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
OpenOCD does not get stopped after the debug session on Windows. This causes the next session to fail with Error: libusb_open() failed with LIBUSB_ERROR_ACCESS.
To Reproduce
Steps to reproduce the behavior:
Start debug session
Stop debug session
Check task manager
Expected behavior
OpenOCD should exit when the debug session is closed.
Environment (please complete the following information):
Cortex-Debug: 1.2.1
OS: Windows 11
GDB Version: GNU gdb (GNU Arm Embedded Toolchain 10.3-2021.10) 10.2.90.20210621-git
Describe the bug
OpenOCD does not get stopped after the debug session on Windows. This causes the next session to fail with
Error: libusb_open() failed with LIBUSB_ERROR_ACCESS
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
OpenOCD should exit when the debug session is closed.
Environment (please complete the following information):
Please include
launch.json
openocd.cfg
Attach text from
Debug Console
Redacting required, will share if needed.
Additional context
As a workaround I added a
postDebugTask
to the launch config.The text was updated successfully, but these errors were encountered: