Can't properly debug test running in a Docker container #7096
Labels
bug
Issue identified by VS Code Team member as probable bug
info-needed
Issue requires more information from poster
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): JediRunning inside of a Docker container
Expected behaviour
Clicking "Debug Test" above a
test_something
function in the editor runs the test and stops at the defined breakpoint.Actual behaviour
The test is run, but doesn't stop at the defined breakpoint. Furthermore, it doesn't show as successfully run, even though the pytest output in the debug console shows it completed successfully.
Steps to reproduce:
Try debugging a test while attached to a running docker container.
The text was updated successfully, but these errors were encountered: