Closed curiousmuch closed 2 years ago
Thanks. It definitely seems like there is something funky with the memory addresses. These are calculated using the debug info (DWARF) generated as part of creating the binary, and it is quite possible that there is an issue with the logic.
Is this just the standard 'blinky' example? Have you made any changes to the config files? Can you give me some info on where you've set the breakpoint in the source file?
I don't get these errors, so to reproduce/fix I will need a little more info please.
@curiousmuch I've done some work against breakpoints and variable handling that is now checked into the 'master' branch. Any chance you can retest, and/or answer some of the above questions?
Closing until further information/testing by OP.
Hello!
The first break point I hit debugging my application results in a number of errors in the debugging log. I'm using the latest version probe-rs w/ the latest release version of the vscode extension.
Example 1:
My flash only runs from 0x08000000 - 0x080FFFFF
Example 2:
I'm clueless where this is suppose to be lol.
VSCode Launch File
Debugging Log File.