Implement SOS command StopOnException on Linux/MacOS.
Open
enhancement
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 404
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 38
Description
This command was never implemented on Linux/MacOS because on Windows it relies on dbgeng's commands to catch SEH exceptions. On xplat, there is no SEH and managed exceptions are not easily caught by lldb or gdb.
Some investigation will be required to come up with the best way to implement.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.