You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Going from 0.4.7 to 0.4.8 broke my debugging settings.
Specifically I used "cortex-debug.gdbPath" in my settings file and it now complains that the GDB file does not exist.
If I understand the release notes correctly it should be looking for .linux first(in my case) and then default to the regular one.
It seems neither .linux or the default path works correctly.
Looking at the code it seems it is looking for '-'linux rather than '.'linux and adding '-'linux to my settings file made it work again.
Sorry, issue should be addressed. Thanks for reporting this. There was some confusion as to which suffix to use and code did not match the intent. Please try out the new release (should auto update shortly) and reopen if issues persist
Going from 0.4.7 to 0.4.8 broke my debugging settings.
Specifically I used "cortex-debug.gdbPath" in my settings file and it now complains that the GDB file does not exist.
If I understand the release notes correctly it should be looking for .linux first(in my case) and then default to the regular one.
It seems neither .linux or the default path works correctly.
Looking at the code it seems it is looking for '-'linux rather than '.'linux and adding '-'linux to my settings file made it work again.
cortex-debug/src/frontend/configprovider.ts
Line 184 in 8fbeb1a
The text was updated successfully, but these errors were encountered: