c++ - can I use breakpoints with try catch statements with qt creator? -
If an exception has been thrown inside an attempt / grip, should I go into debit mode before I exit the program Can I have a breakpoint to reach?
Tested with a simple code here, is I called a function that always throws The breakpoint of the catch block is not ignored, and debug mode normally starts.
Anyway, qtCreator uses GDB for debugging (at least on my machine). You can find more information here on how Gbb handle exceptions debugging here
Comments
Post a Comment