Closed
Description
@brettcannon said in microsoft/vscode-python#21748 (comment) that pressing the “debug test” button in the Python extension’s test view should use this extension if available.
I tried to set the justMyCode
setting to true
without a launch configuration to check it out. My breakpoint in library code wasn’t respected. That makes me think that either the Python extension used its own debugger or the justMyCode
setting doesn’t work reliably.
Is there a way to configure or even see which debugger extension provides the functionality to see which one it is?