How to debug step by step?

Hello,

We are trying to debug an application with errors in the transmissions of packets by UDP.
We need to be able to debug step by step, look at specific memory addresses at specific times, etc.
Is there a way to enable this in the Eclipse SDK or in some other SDK?

Thanks

As far as I know, the RTOS is made by Mentor Graphics, but I don’t really think you will find a free debugger. Also it’s an RTOS so have fun pausing the application :confused:
The easiest method is to write your data to a logfile on its disk or serial debug port. Sorry :frowning: