This maybe a stupid question, but how do I set breakpoints? In the options, I see a check mark next to “stop at main() on startup”. But when I run the debugger, it tells me “Unable to set temporary breakpoint in main. Reason: Target request failed:. No symbol table is loaded. Use the “file” command…”
I didn’t think it would be possible to set breakpoints in the target code. If I can do that, will I be able to inspect the values of variables when the program reached the breakpoint? That would be really great!
Anyway, if that’s not possible, I would also be glad to know how to use the debugger in simulation mode.