breakpoint_set_exception
Set exception breakpoint filters to pause on specified exceptions like 'all' or 'user-unhandled' during .NET Core debugging.
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. |