-
Bug
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.3.1
-
None
-
Windows 7
Desktop Qt 5.3 MinGW 32bit
After launching a FileDialog from QML, then hitting a breakpoint in c++ code, continuing or stepping the debugger crashes the app with error:
Cannot continue debugged process:
Warning:
Cannot insert breakpoint -253.
Cannot access memory at address 0x643ecd30
In the attached example, set a breakpoint at line 10 in DebugObject.cpp from Qt Creator. Run the app in debug, click 1., cancel the file dialog, then click 2. After hitting the breakpoint either stepping the debugger or continuing will crash the app.