breakpoint_set_exception
Configure exception breakpoints by specifying filter names. Use an empty array to clear all exception breakpoints.
Instructions
Set the active exception breakpoint filters. Pass [] to clear. Common netcoredbg filters: "all", "user-unhandled".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | Filter names. Empty array clears exception breakpoints. |