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
I am trying to use the Cortex-Debug extension to have a nice UI while using pyOCD as a debug server. The problem is that I always receive one of three errors, they all happen with the same configuration. They appear to switch between each other randomly.
The three errors are the following:
Failed to launch GDB: Could not read registers; remote failure reply 'E01' (from target-select extended-remote localhost:50000)
Failed to launch GDB: Malformed response to offset query, timeout (from target-select extended-remote localhost:50000)
Note that everything works just fine if I am using the terminal instead of the vscode extension. Worth mentioning that I use different port numbers though (3333 instead of 50000)
To Reproduce
Set up a default launch.json for pyOCD
Start a debug session
Expected behavior
To start a debug session on VScode with no problems
Environment:
Cortex-Debug Version 1.12.1
OS: macOS, Sequoia 15.1.1, M2 chip
GDB Version: GNU gdb (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 14.2.90.20240526-git
Compiler Toolchain Version: GNU gdb (Arm GNU Toolchain 13.3.Rel1 (Build arm-13.24)) 14.2.90.20240526-git
Describe the bug
I am trying to use the Cortex-Debug extension to have a nice UI while using pyOCD as a debug server. The problem is that I always receive one of three errors, they all happen with the same configuration. They appear to switch between each other randomly.
The three errors are the following:
Note that everything works just fine if I am using the terminal instead of the vscode extension. Worth mentioning that I use different port numbers though (3333 instead of 50000)
To Reproduce
Expected behavior
To start a debug session on VScode with no problems
Environment:
launch.json
Debug Console
The text was updated successfully, but these errors were encountered: