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
Describe the bug:
When i hit restart button (Ctrl+Shift+F5) without pausing the debug session the debugger becomes no longer available.
To Reproduce:
Start debug session (F5)
Press continue (F5)
Press restart (Ctrl+Shift+F5)
Expected behavior:
The application entry point is reached and debug session is paused.
Actual behavior:
Debugger does not respond to any actions.
Debug console content: Reset while executing is not supported by this target.
VSCode messages: Failed to go to specified location.
Environment:
OS: Windows_NT x64 10.0.19045
Embedded Workbench: Arm
Embedded Workbench version: 9.2
VSC Extension version: 1.40.1
The text was updated successfully, but these errors were encountered:
As pointed out by the log message, not all debugger drivers support restarting the program while it is executing. This is the same when debugging in Embedded Workbench and it is not something we can address from this VS Code extension.
However, failing to restart should not cause the debugger to become unresponsive. I've tracked this down to a bug in VS Code which I've reported here: microsoft/vscode#237414
Once it is fixed, the debugger should stay responsive after a failed restart.
Describe the bug:
When i hit restart button (Ctrl+Shift+F5) without pausing the debug session the debugger becomes no longer available.
To Reproduce:
Expected behavior:
The application entry point is reached and debug session is paused.
Actual behavior:
Debugger does not respond to any actions.
Debug console content:
Reset while executing is not supported by this target
.VSCode messages:
Failed to go to specified location
.Environment:
The text was updated successfully, but these errors were encountered: