Hi belolap,
Would like to know if there is any follow up on this. Im quite stuck at exactly where you left it off.
Update, I have researched a bit. I got it to work. Debugger stopping in main() but not at my breakpont in setup() - #2 by manuelbl
In that thread they talk about a limited amount of breaking points. For now I can only make it work by adding:
debug_init_break = tbreak main ;you dont really need this
and start debugging… Thing is, I HAVE to clear the first break point (basically the only one) and set it elsewhere (wherever you wish to break next). It works… but quite annoying. Continue works but not the other commands such as “step into” or “out”, and eventually “return” doesn’t work either.
Meaning I have ONLY 1 break point to work with.
What I am saying is probably not entirely correct and there must be some reason and fix to this. In the thread they discuss 2-3 break points.
BR,
BCruz