Skip to content

Support for customizing exception breakpoints in debugger #850

Closed as not planned
@DonJayamanne

Description

@DonJayamanne

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:
screen shot 2018-02-21 at 1 45 37 pm

@MikhailArkhipov @brettcannon @qubitron cc

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions