Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: Ingrater on November 29, 2009, 12:08:11 pm
-
Hi, I already had a similar request and the functionality was build in into code::blocks to have a debugger breakpoint when a exception is thrown. The problem now is this only works for sjlj exceptions. Lately I've upgraded to gcc 4.4 (mingw) and now the debugger does not halt on exceptions any more because gcc 4.4 is using dwarf2 exceptions. Can I manually set a breakpoint for the function that throws dwarf2 exceptions or can it again be built into the code::blocks debugger options?
Regards Ingrater
-
I have no Idea if the Code I submitted to fix the Crash Reports for DW2 fixes the debug issue. I would even guess it would not fix it. But, I do not use debug enough to know if it is related.
My patch for crash report fix is [ Patch #2780 ] Add code to build exchndl.dll to Core Project
http://developer.berlios.de/patch/?func=detailpatch&patch_id=2780&group_id=5358
Tim S.