Details
Description
- Open a project in which an exception is being thrown and caught.
- Configure this project to use a kit with an MSVC-based Qt.
- Right-click into the Breakpoints view and select "Add Breakpoint" from the context menu.
- Select the breakpoint type "Break when C++ exception is thrown" and click "OK".
- Run the project in the debugger.
The execution won't stop at all.
The execution should stop when the exception is being thrown. Debugging with gdb does this correctly.
When an uncaught exception is being thrown, Creator shows this line regardless of whether a breakpoint is set or not.