I am not sure if it is possible to step through or debug at the level of the generated .lst from the compiled .c file. It would be nice if could use the debugger/simulator at the asm level to set breakpoints. I have been fine with debugging at the c level until now. Time to get the hands a little more dirty.
Thanks
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Tue Nov 07, 2006 1:13 pm
If you're using MPLAB, go to the menu for: View / Disassembly Listing
Then set breakpoints and click 'Run'. You should now be able to do this
without getting the "unresolved breakpoint" error.
In other words, use the Disassembly Listing window instead of the .LST
file window.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum