Closed as not planned
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).