User forums > Using Code::Blocks
SIGTRAP
MoonKid:
My debuger (gdb) interupts not only on breakpoints.
It interupt many times with that message:
Continuing...
Program received signal SIGTRAP, Trace/breakpoint trap.
In _libkernel32_a_iname () ()
It is very frustrating because I need to say "continue" to the debuger over 30 times to reach my own breakpoint.
MortenMacFly:
You can try to disable the "Catch C++ exceptions" option in the settings of the Debugger.
MoonKid:
--- Quote from: MortenMacFly on November 21, 2008, 08:36:52 pm ---disable the "Catch C++ exceptions" option in the settings of the Debugger.
--- End quote ---
Hm... I didn't found that or any other option like that somewhere in Code::Blocks.
Jenna:
--- Quote from: MoonKid on November 21, 2008, 10:49:04 pm ---
--- Quote from: MortenMacFly on November 21, 2008, 08:36:52 pm ---disable the "Catch C++ exceptions" option in the settings of the Debugger.
--- End quote ---
Hm... I didn't found that or any other option like that somewhere in Code::Blocks.
--- End quote ---
If your C::B is r5018 or newer you find it in: "Settings -> Compiler and debugger... -> Debugger settings".
MoonKid:
--- Quote from: jens on November 21, 2008, 11:01:29 pm ---If your C::B is r5018 or newer you find it in: "Settings -> Compiler and debugger... -> Debugger settings".
--- End quote ---
Ok, thank you. I only have the latest official release 8.02. I think it is to old.
Sometimes I tried to build C::B by myself but it didn't work. ;)
Do you know a HOWTO build C::B (on Win32) or something like that?
Navigation
[0] Message Index
[#] Next page
Go to full version