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).
here's option 1:

@MikhailArkhipov @brettcannon @qubitron cc
Today the debugger supports breaking into specific exceptions by listing the exceptions in the
launch.jsonfile.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.jsonapproach (configure exceptions in the launch.json as done today - no GUI).here's option 1:

@MikhailArkhipov @brettcannon @qubitron cc