How to stop pausing on "First chance exceptions" / C++ EH exceptions? #7167
jamesWalker55
started this conversation in
Debugger
Replies: 1 comment
-
We don't currently have a way to do this from the GUI for the python-based debuggers. As in windbg, the "sx" commands control events/exceptions. If I remember correctly, "sxi eh" will set the C++ EH exception handler to "ignore". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a music program called Reaper. I've successfully attached a debugger, but whenever I click on the Reaper window, the debugger immediately pauses and shows this message:
explorer_48cMSJbyhH.mp4
As a result, I can't actually test the program since the debugger immediately pauses execution when I do anything on the Reaper window.
Is there a way to stop Ghidra from pausing when it encounters a C++ EH exception?
Beta Was this translation helpful? Give feedback.
All reactions