forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Is there any debugging subProcess documentation anywhere? I didn't see it on https://code.visualstudio.com/docs/python/debugging
I didn't know if this was a required launch.json configuration [anymore], through my own testing I realized the behavior was the same either way.
"configurations": [
{
...
"subProcess": true
}
]Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionality

