microsoft / microsoft/MIEngine
Disable Exception Filter if debugger does not support `-catch-throw`
Open
Nobody has claimed this yet.
bug
VS Code
- Dominant language
- C#
- Stars
- 859
- Forks
- 233
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 3
Description
Send an updated capabilities request if -catch-throw fails for the All Exceptions setting.
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (2144) <-1014-catch-throw\n"},"seq":177}
1: (2144) <-1014-catch-throw
--> E (output): {"type":"event","event":"output","body":{"category":"console","output":"1: (2148) ->1014^error,msg=\"Undefined MI command: catch-throw\",code=\"undefined-command\"\n"},"seq":179}
1: (2148) ->1014^error,msg="Undefined MI command: catch-throw",code="undefined-command"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the All Exceptions capability request and the handling of the -catch-throw command failure in MIEngine. Reproduce the shown undefined-command response, then verify that an updated capabilities request disables the Exception Filter setting when the debugger does not support it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100