-
Notifications
You must be signed in to change notification settings - Fork 148
PROCESS IS FREEZING CONSTANTLY
Korcan Karaokçu edited this page Jan 3, 2024
·
1 revision
Some programs might make extensive use of signals. When this happens, GDB tends to stop the process very frequently. But the solution is simple:
1-) Find the signal that pauses the process by checking the gdb output in the terminal. It should look something like this:
~"1 \"process_name\" received signal SIGNAME, info about the signal
2-) In the main window, open Settings -> Debug -> Handle Signals and then choose the signals you want to ignore