Code::Blocks Forums

User forums => Help => Topic started by: nore on October 17, 2025, 02:49:32 pm

Title: Debugger (gdb) no longer stops at breakpoints or ends
Post by: nore on October 17, 2025, 02:49:32 pm
Hi all,

Yesterday I got into a debugging session while watching some values regarding user input. Suddenly the debugger stopped working (breakpoints were ignored and the red "Stop debugger" x button no longer worked, only reporting a "Trying to interrupt process with pid..." message in the debugger log with no successful interrupt) and I was forced to end my session. I don't recall this happening often before, the issue only presenting itself once in past months. Thinking it might be some issue above me I went ahead and updated gcc/gdb using the mirrors on winlibs but I still have found no success in getting the debugger to work again. I haven't any idea how I fixed this before either. Does anyone have some experience with this issue or perhaps some insight into what might be the cause for it presenting itself?

-nore
Title: Re: Debugger (gdb) no longer stops at breakpoints or ends
Post by: nore on October 20, 2025, 05:37:24 am
The issue was solved by making sure the mingw architecture matched that of the installed IDE's architecture. (32 bit mingw32 and 32 bit CB ).