As the topic title...how to put a breakpoint, when using the simulator, in CRT0 or on the IV table?
Studio Simulator - Putting a Breakpoint in CRT0 or the Vector Table
Author
Message
Last Edited: Sat. Jan 30, 2021 - 09:22 AM
Surely you just go to Disassembly view. Focus on the IV table or CRT0 code. Set a Breakpoint. Re-start.
A subsequent rebuild and run should keep the IV Breakpoints. I am not so sure about CRT0 because it might move with a rebuild.
David.
This reply has been marked as the solution. #3
david.prentice wrote:
Surely you just go to Disassembly view. Focus on the IV table or CRT0 code. Set a Breakpoint. Re-start.
That's where I was going wrong. 'Restart' isn't what you need, it's 'Reset'.