Quote:
Originally Posted by Phazonmutant
I'm also encountering inexplicable errors in planting the breakpoints. I've not had these errors either. The source file MUST be downloaded because that's my robot code!
Screencap of the error is attached:
|
Actually, this error means that your code is *not* loaded on the target.
This is what happens when the debugger is asked to debug code that's not executing on the target.
The fact that it's showing your code simply means that's what it *thinks* is in the target.