"Restart debugging" button doesn't work when debugging tests #22576
Labels
area-debugging
bug
Issue identified by VS Code Team member as probable bug
needs PR
Ready to be worked on
I put this as the only configuration in my
launch.json
(taken from your docs)I write a simple test and put a breakpoint in it. When the breakpoint is hit, I click on the restart debugging button:
Debugging stops but the debugger that is started is not the one that runs unit tests; maybe related to #22530.
In the terminal, the first debug run puts out this command:
The restart does this:
The difference is the actual command being run.
Version: 1.84.2 (user setup)
Commit: 1a5daa3a0231a0fbba4f14db7ec463cf99d7768e
Date: 2023-11-09T10:51:52.184Z
Electron: 25.9.2
ElectronBuildId: 24603566
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Windows_NT x64 10.0.19045
Python extension version v2023.20.0
The text was updated successfully, but these errors were encountered: