forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on
Description
Today the debugger supports breaking into specific exceptions by listing the exceptions in the launch.json
file.
Now that PTVSD supports the protocol, Its a good time to visit how these custom exception breakpoints can be passed into PTVSD, here's are the two solutions:
Option 1: Note: We'd need to add lot more exceptions into the list,
Option 2: Go with the launch.json
approach (configure exceptions in the launch.json as done today - no GUI).
pjc2007, jonespm, Briaoeuidhtns, pcolmer, saabi and 34 more
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds PRReady to be worked onReady to be worked on