- Apr 23, 2000
- 631
- 4
- 81
I constantly find myself running into bits and pieces of code that I want to test for basic functionality, but I am in an embedded IDE without a simulator/console level debugger, or want to just look at a basic procedure. Does anyone have a good workflow for this? Should I just keep open a separate IDE and plug in these pieces and output to the console?
Example: I am manipulating bytes in and out of an array, and want to make sure they are in the right order. I just want to test this little piece of code without running it on hardware, or firing up a simulator.
I am on Win7 platform. Is there a super light IDE I can use? Thanks!
Example: I am manipulating bytes in and out of an array, and want to make sure they are in the right order. I just want to test this little piece of code without running it on hardware, or firing up a simulator.
I am on Win7 platform. Is there a super light IDE I can use? Thanks!
