Hello all,
Has anyone had this type of debugger error before?
“Could not restart/reset: Error erasing flash with vFlashErase packet (from interpreter-exec console “load”)”
For some reason I have suddenly been having these issues with my debugger. I have tried two different physical debuggers just in case it is an issue there.
I have updated a couple of lines in my .vscode/launch.json:
One was to update to, runToEntryPoint:
“runToEntryPoint”: “main”,
The other was:
“showDevDebugOutput”: “none”,
I don’t know that either one of these should be causing this issue.
Any insights or help would be greatly appreciated.
Note: I am using the JTAG debugger that is sold here on the electro-smith site.
Brett