"justMyCode" and integrated test runner #18655
Answered
by
karthiknadig
matthew-mcallister
asked this question in
Q&A
|
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? |
Answered by
karthiknadig
Mar 7, 2022
Replies: 1 comment
|
This is now replaced with |
0 replies
Answer selected by
matthew-mcallister
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is now replaced with
purposefield. Setrequesttype aslaunch, andpurposeas["debug-test"].