Cancel debug from test explorer #23286
Labels
area-testing
bug
Issue identified by VS Code Team member as probable bug
triage-needed
Needs assignment to the proper sub-team
verification-needed
Verification of issue is requested
create a venv
install pytest (python -m pip install pytest)
click on the test explorer tab
select pytest and root dir (".")
add a breakpoint to your test
from the test explorer click debug next to the test (so run with debug)
wait for the breakpoint to be hit, it should now pop up with the debug menu

go back to the text explorer tab, use the "cancel" button here
🐛 this button does not cancel the debug session (see the square button below)

To verify:
follow all the steps above but when you click the cancel button in the test explorer verify that the debug session is canceled.
The text was updated successfully, but these errors were encountered: