How to disable subProcess when debugging pytest code?
#24664
Right click the gutter icon, and select So when debugging pytest code, Thanks. |
Answered by
karthiknadig
Dec 28, 2024
Replies: 1 comment 1 reply
|
In |
1 reply
Answer selected by
xylin-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In
launch.json, create a configuration withpurposeset todebug-test, andsubProcessset to false. You don’t need to set module, program, etc.