forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Debug Adapter in Python #6017
Copy link
Copy link
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalitymetaIssue that is tracking an overall projectIssue that is tracking an overall project
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalitymetaIssue that is tracking an overall projectIssue that is tracking an overall project
Type
Fields
Give feedbackNo fields configured for issues without a type.
This issue is used to track discussions related to using PTVSD as the debug adapter:File issue on VSC for reverse request (custom request from DA to VSC). One example of existing item isrunInTerminalReqeustFile issue on VSC for logging of DA messages (every adapter needs to write custom code to enable this)When debugging multiple procs (parent & multiple children), then VSC will display a single debug session.Will clickingStopterminate all debug sessions?Will the parent session be the only one that gets the terminate session