"justMyCode" and integrated test runner #18655
-
This might warrant an issue here or in debugpy but not sure. Currently, as far as I know, the only way to disable {
"name": "Debug Unit Test",
"type": "python",
"request": "test",
"justMyCode": false,
} This works, but VSCode reports that "test" is not a valid value and only "launch" or "attach" are accepted. I'm guessing this option is deprecated. Is there a supported way to configure debugging in the integrated test runner? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is now replaced with |
Beta Was this translation helpful? Give feedback.
This is now replaced with
purpose
field. Setrequest
type aslaunch
, andpurpose
as["debug-test"]
.