How to disable subProcess
when debugging pytest code?
#24664
-
Right click the gutter icon, and select So when debugging pytest code, Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
In |
Beta Was this translation helpful? Give feedback.
In
launch.json
, create a configuration withpurpose
set todebug-test
, andsubProcess
set to false. You don’t need to set module, program, etc.