This might be a GDB question.. but I\'d like to run my app in the debugger and have the debugger break when an exception is thrown, so I can see where the code is and what its d
You can get the equivalent of gdb catchpoints in eclipse by:
From breakpoints view, invoke action(small triangle pointing downwards near the maximize button) -> Add Event Breakpoint (C/C++) -> Exception Thrown.