
| • | Power debugging - locate which parts of your code are consuming most power |
| • | Fully integrated debugger for source and disassembly level debugging |
| • | Very fine granularity execution control (function call-level stepping) |
| • | Complex code and data breakpoints |
| • | Versatile monitoring of data |
| • | STL container awareness |
| • | C/C++ call stack window that also shows the function to be entered; double click on any function in call chain updates the editor, Locals, Register, Watch and Disassembly windows to display the state of of that particular function at the time of call |
| • | Trace utility to examine execution history; moving around in the Trace window updates the editor and Disassembly windows to show the appropriate location |
| • | Terminal I/O emulation |
| • | Interrupt and I/O simulation |
| • | C-like macro system to extend debugger functionality |
| • | Application program system calls emulated by the host |
| • | Code Coverage and Profiling performance analysis tools |
| • | Generic flash loader |
