MINI-MAX/51-C Debugger kernel occupies only 2K on the MINI-MAX/51-C2 board and allows you to watch your program as it runs on the actual hardware. Put breakpoints, single-step, change registers, reset the board. Code modifications are downloaded automatically every time you start the debugger.
8051 Debugger simplifies code development with Micro C and Micro-IDE. Errors in user programs can be found and fixed quickly in Debugging mode by avoiding time consuming repetitive downloads to the target board.
Features
Integrated Development Environment to edit, build, download, simulate and debug within the same program.
Debugging of 8051 programs in C, Assembly or mixed level.
Program being debugged can be simultaneously viewed in C and Assembly.
Variable window to watch C variable names, values and addresses.
Register window to watch the simulated special function registers including 8051 ports.
Memory window to watch and modify up to 64K of debugged program memory or 256-byte internal RAM.
Callstack window to view list of function calls that lead to current program line ( traces all jumps and calls )