Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.4.0
-
None
-
Windows 7
Qt Creator 3.4.0 (enterprise)
Based on Qt 5.4.1 (MSVC 2013, 32 bit)
Built on Apr 22 2015 04:31:51
From revision 6302a28c97
Qt version in use is: Qt 5.4.1 MSVC2013 64 bit
Description
Set a breakpoint somewhere and start debugging (I'm debugging in Box2D\Dynamics\b2World.cpp available from here). The Locals and Expressions window will take a while to load (if it doesn't, find some code where it does, otherwise this won't be reproducible). While it's loading, stop debugging. Try to exit, and you'll get the following warning:
Here are the debugger log contents:
dATTEMPT SYNC sStarting debugger "QmlCppEngine" for ABI "x86-windows-msvc2013-pe-64bit"... dStart parameters: 'app' mode: 1 dABI: x86-windows-msvc2013-pe-64bit dLanguages: c++ qml dExecutable: E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:1965,block" dDirectory: E:\Dev\Projects\qt\cotw-clone-qml\app dDebugger: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe dProject: E:\Dev\Projects\qt\cotw-clone-qml (built: E:\Dev\Projects\qt\cotw-clone-qml) dQML server: 127.0.0.1:1965 dRemote: :0 dSysroot: dDebug Source Location: /usr/src/debug/qt5base/src/corelib:/usr/src/debug/qt5base/src/gui:/usr/src/debug/qt5base/src/network dDebugger settings: dUseToolTipsInLocalsView: false (default: false) dUseToolTipsInBreakpointsView: false (default: false) dUseToolTipsInBreakpointsView: false (default: true) *** dUseAddressInBreakpointsView: false (default: false) dUseDebuggingHelper: true (default: true) dUseCodeModel: true (default: true) dShowThreadNames: false (default: false) dUseToolTips: true (default: true) dGdbCustomDumperCommands: (default: ) dAdditionalArguments: (default: ) dSymbolPaths: (default: ) dSourcePaths: (default: ) dUseAddressInStackView: false (default: false) dRegisterForPostMortem: false (default: false) dAlwaysAdjustColumnWidths: true (default: true) dExtraDumperFile: (default: ) dAutoQuit: false (default: false) dLogTimeStamps: false (default: false) dVerboseLog: false (default: false) dUseAlternatingRowColours: false (default: false) dFontSizeFollowsEditor: false (default: false) dUseMessageBoxForSignals: true (default: true) dSwitchModeOnExit: false (default: false) dBreakpointsFullPath: false (default: false) dRaiseOnInterrupt: true (default: true) dStationaryEditorWhileStepping: false (default: false) dCloseBuffersOnExit: false (default: false) dCloseMemoryBuffersOnExit: true (default: true) dShowStandardNamespace: true (default: true) dShowQtNamespace: true (default: true) dSortStructMembers: true (default: true) dIntelFlavor: false (default: false) dIdentifyDebugInfoPackages: false (default: false) dMaximalStackDepth: 30 (default: 20) *** dSkipKnownFrames: false (default: false) dEnableReverseDebugging: false (default: false) dAllPluginBreakpoints: true (default: true) dAutoDerefPointers: true (default: true) dMaximalStringLength: 10000 (default: 10000) dDisplayStringLimit: 100 (default: 100) dListSourceFiles: false (default: false) dIgnoreFirstChanceAccessViolation: false (default: false) dLoadGdbInit: true (default: true) dLoadGdbDumpers2: false (default: false) dAttemptQuickStart: false (default: false) dBreakEvent: eh (default: ) *** dBreakOnCrtDbgReport: false (default: false) dCDB_Console: false (default: false) dBreakpointCorrection: true (default: true) dUseDynamicType: true (default: true) dTargetAsync: false (default: false) dWarnOnReleaseBuilds: true (default: true) dMultiInferior: false (default: false) dGdbStartupCommands: (default: ) dGdbPostAttachCommands: (default: ) dWatchdogTimeout: 20 (default: 20) dAutoEnrichParameters: false (default: true) *** dBreakOnThrow: false (default: false) dBreakOnCatch: false (default: false) dBreakOnWarning: false (default: false) dBreakOnFatal: false (default: false) dSelectedPluginBreakpoints: false (default: false) dAdjustBreakpointLocations: true (default: true) dNoPluginBreakpoints: false (default: false) dSelectedPluginBreakpointsPattern: .* (default: .*) dBreakOnAbort: true (default: false) *** dShowQmlObjectTree: true (default: true) dQmlInspector.ShowAppOnTop: false (default: false) dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master] dQUEUE: SETUP ENGINE dCALL: SETUP ENGINE dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) dQUEUE: SETUP ENGINE dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) dQUEUE: SETUP ENGINE dCALL: SETUP ENGINE dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) dQUEUE: SETUP INFERIOR dCALL: SETUP ENGINE Launching E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -y symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:1965,block" using E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll of 22/04/2015 3:43 AM. E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe running as 11240 Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Using CDB based breakpoint correction. Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:1965,block" Symbol search path is: symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols Executable search path is: ModLoad: 00000001`3f3f0000 00000001`3f626000 cotw-clone.exe ModLoad: 00000000`771c0000 00000000`77368000 ntdll.dll ModLoad: 00000000`76fa0000 00000000`770bf000 C:\Windows\system32\kernel32.dll ModLoad: 000007fe`fd090000 000007fe`fd0fc000 C:\Windows\system32\KERNELBASE.dll ModLoad: 000007fe`eb670000 000007fe`eba38000 E:\Dev\Projects\qt\cotw-clone-qml\lib\debug\CotwClone.dll ModLoad: 000007fe`eecc0000 000007fe`eed3a000 E:\Dev\Projects\qt\cotw-clone-qml\app\debug\Box2D.dll ModLoad: 000007fe`eb550000 000007fe`eb663000 C:\Windows\system32\MSVCP120D.dll ModLoad: 000007fe`eb170000 000007fe`eb381000 C:\Windows\system32\MSVCR120D.dll ModLoad: 000007fe`eafd0000 000007fe`eb169000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Multimediad.dll ModLoad: 00000000`5a0a0000 00000000`5a2eb000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Networkd.dll ModLoad: 000007fe`fd7c0000 000007fe`fd80d000 C:\Windows\system32\WS2_32.dll ModLoad: 000007fe`fd680000 000007fe`fd71f000 C:\Windows\system32\msvcrt.dll ModLoad: 000007fe`ff220000 000007fe`ff34d000 C:\Windows\system32\RPCRT4.dll ModLoad: 000007fe`ff1f0000 000007fe`ff1f8000 C:\Windows\system32\NSI.dll ModLoad: 00000000`66820000 00000000`67303000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Cored.dll ModLoad: 00000000`770c0000 00000000`771ba000 C:\Windows\system32\USER32.dll ModLoad: 000007fe`fd340000 000007fe`fd3a7000 C:\Windows\system32\GDI32.dll ModLoad: 000007fe`fe030000 000007fe`fe03e000 C:\Windows\system32\LPK.dll ModLoad: 000007fe`fd9f0000 000007fe`fdab9000 C:\Windows\system32\USP10.dll ModLoad: 000007fe`fe460000 000007fe`ff1e9000 C:\Windows\system32\SHELL32.dll ModLoad: 000007fe`fdf20000 000007fe`fdf91000 C:\Windows\system32\SHLWAPI.dll ModLoad: 000007fe`fe1d0000 000007fe`fe3d3000 C:\Windows\system32\ole32.dll ModLoad: 000007fe`ff3f0000 000007fe`ff4cb000 C:\Windows\system32\ADVAPI32.dll ModLoad: 000007fe`ff200000 000007fe`ff21f000 C:\Windows\SYSTEM32\sechost.dll ModLoad: 000007fe`f7fb0000 000007fe`f7fc8000 C:\Windows\system32\MPR.dll ModLoad: 00000000`59d60000 00000000`59fc0000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll ModLoad: 00000000`59bb0000 00000000`59d5b000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll ModLoad: 00000000`49fa0000 00000000`4b42a000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icudt53.dll ModLoad: 000007fe`eb460000 000007fe`eb54f000 C:\Windows\system32\MSVCR120.dll ModLoad: 000007fe`edad0000 000007fe`edb76000 C:\Windows\system32\MSVCP120.dll ModLoad: 000007fe`fc5a0000 000007fe`fc5fb000 C:\Windows\system32\DNSAPI.dll ModLoad: 000007fe`fd160000 000007fe`fd2cd000 C:\Windows\system32\CRYPT32.dll ModLoad: 000007fe`fcf80000 000007fe`fcf8f000 C:\Windows\system32\MSASN1.dll ModLoad: 000007fe`e9550000 000007fe`ea0d0000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Guid.dll ModLoad: 00000000`775c0000 00000000`77ffe000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Widgetsd.dll ModLoad: 000007fe`e8f70000 000007fe`e9548000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Scriptd.dll ModLoad: 000007fe`fb410000 000007fe`fb44b000 C:\Windows\system32\WINMM.dll ModLoad: 00000000`65820000 00000000`66045000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Qmld.dll ModLoad: 000007fe`f65e0000 000007fe`f660d000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5QuickWidgetsd.dll ModLoad: 000007fe`ea330000 000007fe`eaafe000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Quickd.dll (29b4.283c): Break instruction exception - code 80000003 (first chance) ntdll!LdrpDoDebuggerBreak+0x30: 00000000`772683f0 cc int 3 cdb: Reading initial command '.idle_cmd !qtcreatorcdbext.idle' Execute when idle: !qtcreatorcdbext.idle 0:000> <l+t <l+s dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master] dQUEUE: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master] dQUEUE: SETUP INFERIOR dQUEUE: SETUP INFERIOR dCALL: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) dQUEUE: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) dQUEUE: SETUP INFERIOR dCALL: SETUP INFERIOR dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) dCALL: SETUP INFERIOR <bu100100 `E:\Dev\Projects\qt\cotw-clone-qml\lib\PhysicsDebugDrawer.cpp:11` <!qtcreatorcdbext.breakpoints -t 1 -v <sxn 0x4000001f <sxn ibp <.asm source_line <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=30 <!qtcreatorcdbext.pid -t 2 Source options are 1: 1/t - Step/trace by source line Source options are 5: 1/t - Step/trace by source line 4/s - List source code at prompt d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icudt53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Networkd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Qmld.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Cored.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Widgetsd.dll d*** WARNING: Unable to verify checksum for cotw-clone.exe d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Scriptd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Guid.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Quickd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Multimediad.dll d*** WARNING: Unable to verify checksum for E:\Dev\Projects\qt\cotw-clone-qml\lib\debug\CotwClone.dll Obtained breakpoint 0x59cca0 (#1), at 0x7feeb69ecc3, module: 'CotwClone' All breakpoints have been resolved. Assembly options: source_line Qt Creator CDB extension version 3.4 64 bit. dTaking notice of pid 10676 dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master] dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master] dQUEUE: RUN ENGINE dCALL: RUN ENGINE dState changed from InferiorSetupOk(6) to EngineRunRequested(7) dQUEUE: RUN ENGINE dState changed from InferiorSetupOk(6) to EngineRunRequested(7) dQUEUE: RUN ENGINE dCALL: RUN ENGINE dCALL: RUN ENGINE <sxe eh <g dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master] ModLoad: 000007fe`fe000000 000007fe`fe02e000 C:\Windows\system32\IMM32.DLL ModLoad: 000007fe`fdbc0000 000007fe`fdcc9000 C:\Windows\system32\MSCTF.dll ModLoad: 000007fe`fcde0000 000007fe`fcdef000 C:\Windows\system32\cryptbase.dll QML debugging is enabled. Only use this in a safe environment. ModLoad: 000007fe`e8d00000 000007fe`e8f69000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\platforms\qwindowsd.dll ModLoad: 000007fe`fdac0000 000007fe`fdb97000 C:\Windows\system32\OLEAUT32.dll ModLoad: 000007fe`fb230000 000007fe`fb286000 C:\Windows\system32\uxtheme.dll ModLoad: 000007fe`ea160000 000007fe`ea329000 C:\Windows\system32\wintab32.dll ModLoad: 000007fe`fc190000 000007fe`fc1a1000 C:\Windows\system32\WTSAPI32.dll ModLoad: 000007fe`fae00000 000007fe`fae18000 C:\Windows\system32\dwmapi.dll ModLoad: 000007fe`ece80000 000007fe`ed06a000 C:\Windows\system32\Pen_Tablet.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\wintab32.dll - s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException ModLoad: 000007fe`ef9d0000 000007fe`ef9ef000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_tcpd.dll ModLoad: 000007fe`fc720000 000007fe`fc775000 C:\Windows\system32\mswsock.dll ModLoad: 000007fe`fc710000 000007fe`fc717000 C:\Windows\System32\wship6.dll sQML Debugger: Connecting to debug server at 127.0.0.1:1965 ... sQML Debugger: Resolving host sQML Debugger: Establishing network connection ... "320 QTcpServerConnection::listen: QML Debugger: Waiting for connection on port 1965..." sQML Debugger: Network connection established sQML Debugger: Status of "QDeclarativeObserverMode" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "DeclarativeDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QmlDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QmlInspector" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "JSDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "DebugMessages" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QDeclarativeEngine" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "V8Debugger" Version: -1 changed to 'unavailable'. dATTEMPT BREAKPOINT SYNCHRONIZATION dBREAKPOINTS ARE SYNCHRONIZED dQScriptDebuggerClient: sending BREAKPOINTS () dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) sQML Debugger: Status of "QmlDebugger" Version: 2 changed to 'enabled'. dInspector sending LIST_ENGINES sQML Debugger: Status of "V8Debugger" Version: 1 changed to 'enabled'. dV8DebuggerClient: sending V8DEBUG connect dV8DebuggerClient: sending V8DEBUG v8request {"seq":0,"type":"request","command":"version"} sQML Debugger: Status of "DebugMessages" Version: 2 changed to 'enabled'. dV8DebuggerClient: receiving V8DEBUG connect dV8DebuggerClient: receiving V8DEBUG v8message dV8DebuggerClient: receiving v8message {"body":{"V8Version":"this is not V8, this is V4 in Qt 5.4.1"},"command":"version","request_seq":0,"running":true,"seq":0,"success":true,"type":"response"} dV8DebuggerClient: receiving Using V8 Version: this is not V8, this is V4 in Qt 5.4.1 sQML Debugger: Status of "QmlInspector" Version: 1 changed to 'enabled'. ModLoad: 000007fe`ee9b0000 000007fe`ee9f6000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_qtquick2d.dll "368 QQmlInspectorService::updateState: QQmlInspector: No plugin available for view ' QQuickWidget '." ModLoad: 000007fe`fb870000 000007fe`fba64000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll ModLoad: 000007fe`fcd80000 000007fe`fcdd7000 C:\Windows\system32\apphelp.dll ModLoad: 000007fe`fd810000 000007fe`fd9e7000 C:\Windows\system32\SETUPAPI.dll ModLoad: 000007fe`fd2d0000 000007fe`fd306000 C:\Windows\system32\CFGMGR32.dll ModLoad: 000007fe`fcfa0000 000007fe`fcfba000 C:\Windows\system32\DEVOBJ.dll ModLoad: 000007fe`ff350000 000007fe`ff3e9000 C:\Windows\system32\CLBCatQ.DLL ModLoad: 000007fe`fb290000 000007fe`fb3bc000 C:\Windows\system32\propsys.dll ModLoad: 000007fe`fbd60000 000007fe`fbd8d000 C:\Windows\system32\ntmarta.dll ModLoad: 000007fe`fdfa0000 000007fe`fdff2000 C:\Windows\system32\WLDAP32.dll ModLoad: 000007fe`fcf90000 000007fe`fcf9f000 C:\Windows\system32\profapi.dll ModLoad: 000007fe`efb80000 000007fe`efb93000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick.2\qtquick2plugind.dll ModLoad: 000007fe`e8b90000 000007fe`e8cf6000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Controls\qtquickcontrolsplugind.dll ModLoad: 000007fe`ef9b0000 000007fe`ef9c3000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Window.2\windowplugind.dll ModLoad: 000007fe`ed2a0000 000007fe`ed333000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Dialogs\dialogplugind.dll ModLoad: 000007fe`eda80000 000007fe`edacf000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Layouts\qquicklayoutsplugind.dll dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED ModLoad: 000007fe`ee150000 000007fe`ee172000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qddsd.dll ModLoad: 000007fe`eeb60000 000007fe`eeb7c000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qgifd.dll ModLoad: 000007fe`ed270000 000007fe`ed292000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicnsd.dll ModLoad: 000007fe`eda60000 000007fe`eda7c000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicod.dll ModLoad: 000007fe`e8a60000 000007fe`e8b83000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjp2d.dll ModLoad: 000007fe`e89d0000 000007fe`e8a56000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjpegd.dll ModLoad: 000007fe`e8920000 000007fe`e89c5000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qmngd.dll ModLoad: 000007fe`ebbc0000 000007fe`ebbd9000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qsvgd.dll ModLoad: 00000000`59b00000 00000000`59baa000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Svgd.dll ModLoad: 000007fe`ebba0000 000007fe`ebbb8000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtgad.dll ModLoad: 000007fe`e8860000 000007fe`e891f000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtiffd.dll ModLoad: 000007fe`eb440000 000007fe`eb458000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwbmpd.dll ModLoad: 000007fe`e87a0000 000007fe`e8857000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwebpd.dll dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException "204 QQmlInspectorService::updateState: QQmlInspector: No plugin available for view ' QuickWidget '." dInspector receiving OBJECT_CREATED ModLoad: 000007fe`fc780000 000007fe`fc798000 C:\Windows\system32\CRYPTSP.dll ModLoad: 000007fe`fc480000 000007fe`fc4c7000 C:\Windows\system32\rsaenh.dll ModLoad: 000007fe`fced0000 000007fe`fcee4000 C:\Windows\system32\RpcRtRemote.dll ModLoad: 000007fe`f0e80000 000007fe`f107f000 C:\Windows\system32\d3d9.dll ModLoad: 000007fe`fc000000 000007fe`fc00c000 C:\Windows\system32\VERSION.dll ModLoad: 000007fe`f0e70000 000007fe`f0e77000 C:\Windows\system32\d3d8thk.dll ModLoad: 000007fe`e74a0000 000007fe`e879c000 C:\Windows\system32\nvd3dumx.dll ModLoad: 00000000`77390000 00000000`77397000 C:\Windows\system32\PSAPI.DLL ModLoad: 00000001`80000000 00000001`802b1000 C:\Windows\system32\nvspcap64.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Svgd.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvspcap64.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvd3dumx.dll - *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwebpd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtiffd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qmngd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjpegd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjp2d.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Controls\qtquickcontrolsplugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\platforms\qwindowsd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwbmpd.dll ModLoad: 000007fe`e8680000 000007fe`e879d000 C:\Windows\system32\opengl32.dll ModLoad: 000007fe`eafa0000 000007fe`eafcd000 C:\Windows\system32\GLU32.dll ModLoad: 000007fe`e8580000 000007fe`e8671000 C:\Windows\system32\DDRAW.dll ModLoad: 000007fe`f2500000 000007fe`f2508000 C:\Windows\system32\DCIMAN32.dll ModLoad: 00000000`68590000 00000000`6a432000 C:\Windows\system32\nvoglv64.DLL ModLoad: 000007fe`fd110000 000007fe`fd14b000 C:\Windows\system32\WINTRUST.dll ModLoad: 000007fe`fb5c0000 000007fe`fb5ec000 C:\Windows\system32\POWRPROF.DLL *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvoglv64.DLL - ModLoad: 000007fe`fcdf0000 000007fe`fce2d000 C:\Windows\system32\WINSTA.dll dInspector receiving LIST_ENGINES_R dInspector sending LIST_OBJECTS dInspector receiving OBJECT_CREATED Breakpoint 100100 hit > 11: qDebug() << GetFlags(); CotwClone!PhysicsDebugDrawer::PhysicsDebugDrawer+0x33: 11 000007fe`eb69ecc3 488b8c2480000000 mov rcx,qword ptr [rsp+80h] ss:00000000`00268670=0000000000433200 dInspector sending LIST_OBJECTS sStopped at breakpoint 1 (1) in thread 0. dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] Checking for wow64 subsystem... <lm m wow64 <!qtcreatorcdbext.locals -t 4 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 Live user mode: <Local> Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Using CDB based breakpoint correction. Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. command line: '"E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe" -aqtcreatorcdbext.dll -lines -G -c ".idle_cmd !qtcreatorcdbext.idle" -y symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:1965,block"' Debugger Process 0x2BE8 dbgeng: image 6.2.8229.0, built Fri Feb 10 05:49:02 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbgeng.dll] dbghelp: image 6.2.8229.0, built Fri Feb 10 05:51:14 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbghelp.dll] DIA version: 41129 Extension DLL search Path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\arcade;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\pri;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\arcade;E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\lib;E:\Dev\Projects\qt\cotw-clone-qml\testlib\debug;E:\Dev\Projects\qt\cotw-clone-qml\lib\debug;E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin;E:\Dev\VS2013\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\12.0\bin;C:\Program Files (x86)\MSBuild\12.0\bin;E:\Dev\VS2013\Common7\IDE\;E:\Dev\VS2013\VC\BIN\x86_amd64;E:\Dev\VS2013\VC\BIN;E:\Dev\VS2013\Common7\Tools;C:\Windows\Microsoft.NET\Framework\v4.0.30319;E:\Dev\VS2013\VC\VCPackages;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\HTML Help Workshop;E:\Dev\VS2013\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\8.1\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;E:\Dev\Python27;E:\Dev\Python27\Scripts;E:\Dev\Perl64\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Java\jdk1.7.0\;C:\Program Files\Java\jdk1.7.0\bin;E:\Dev\apache\maven-3.0.3\bin;E:\Dev\Visual Leak Detector\bin\Win32;E:\Dev\Visual Leak Detector\bin\Win64;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Calibre2;C:\Program Files (x86)\Notepad++;C:\Program Files\Dependency Walker;E:\Dev\Qt\qtenv;C:\Program Files (x86)\Putty;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\Users\Admin\AppData\Roaming\Python\Scripts Extension DLL chain: qtcreatorcdbext: API 0.0.0, built Thu Apr 02 15:27:35 2015 [path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll] qtcreatorcdbext.dll: API 1.0.0, built Thu Apr 02 15:27:35 2015 [path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll] dbghelp: image 6.2.8229.0, API 6.2.6, built Fri Feb 10 05:51:14 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbghelp.dll] ext: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:56:01 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\ext.dll] exts: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 06:05:32 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP\exts.dll] uext: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:59:16 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\uext.dll] ntsdexts: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:59:54 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP\ntsdexts.dll] dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master] <t dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master] *** WARNING: Unable to verify checksum for E:\Dev\Projects\qt\cotw-clone-qml\app\debug\Box2D.dll Box2D!ILT+3485(?GetFlagsb2DrawQEBAIXZ): 000007fe`eecc1da2 e9f9650100 jmp Box2D!b2Draw::GetFlags (000007fe`eecd83a0) sStopped: "unknown". dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] Step into: Call instruction hit, performing additional step... <t dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master] dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master] > 32: { Box2D!b2Draw::GetFlags: 32 000007fe`eecd83a0 48894c2408 mov qword ptr [rsp+8],rcx ss:00000000`002685f0=0000000000433200 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\Pen_Tablet.dll - sStopped: "unknown". dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] <!qtcreatorcdbext.locals -t 5 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master] <gu dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master] > 11: qDebug() << GetFlags(); CotwClone!PhysicsDebugDrawer::PhysicsDebugDrawer+0x41: 11 000007fe`eb69ecd1 89442420 mov dword ptr [rsp+20h],eax ss:00000000`00268610=002699b0 *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_tcpd.dll sStopped at internal breakpoint 0 in thread 0. dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] <!qtcreatorcdbext.locals -t 6 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 dQUIT DEBUGGER REQUESTED IN STATE 14 dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) [master] dQUIT DEBUGGER REQUESTED IN STATE 11 dState changed from InferiorRunOk(11) to InferiorStopRequested(13) dCALL: INTERRUPT INFERIOR sAttempting to interrupt. dV8DebuggerClient: sending V8DEBUG interrupt dNOTE: INFERIOR STOP OK dNOTE: ... WHILE DYING. dNOTE: ... FORWARDING TO 'STOP OK'. dState changed from InferiorStopRequested(13) to InferiorStopOk(14) sQML debugger activated dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) dQUEUE: SHUTDOWN INFERIOR dNOTE: ... IGNORING STOP MESSAGE dQUEUE: SHUTDOWN INFERIOR dCALL: SHUTDOWN INFERIOR dV8DebuggerClient: sending V8DEBUG {"seq":1,"type":"request","command":"disconnect"} sQML Debugger: Network connection closing sQML Debugger: Network connection dropped sQML Debugger: Status of "QDeclarativeObserverMode" Version: -1 changed to 'not connected'. sQML Debugger: Status of "DeclarativeDebugger" Version: -1 changed to 'not connected'. sQML Debugger: Status of "QmlDebugger" Version: 2 changed to 'not connected'. sQML Debugger: Status of "QmlInspector" Version: 1 changed to 'not connected'. sQML Debugger: Status of "JSDebugger" Version: -1 changed to 'not connected'. sQML Debugger: Status of "DebugMessages" Version: 2 changed to 'not connected'. sQML Debugger: Status of "QDeclarativeEngine" Version: -1 changed to 'not connected'. sQML Debugger: Status of "V8Debugger" Version: 1 changed to 'not connected'. dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) dCALL: SHUTDOWN INFERIOR dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) [master] dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) [master] dQUEUE: SHUTDOWN ENGINE dCALL: SHUTDOWN ENGINE dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) <q CDB exited (0) dNOTE: ENGINE SHUTDOWN OK dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22) dNOTE: ENGINE SHUTDOWN OK dState changed from EngineShutdownRequested(20) to EngineShutdownOk(22) [master] dState changed from EngineShutdownOk(22) to DebuggerFinished(23) [master] dQUEUE: FINISH DEBUGGER dState changed from EngineShutdownOk(22) to DebuggerFinished(23) dNOTE: FINISH DEBUGGER dHANDLE RUNCONTROL FINISHED sDebugger finished. dATTEMPT SYNC sStarting debugger "QmlCppEngine" for ABI "x86-windows-msvc2013-pe-64bit"... dStart parameters: 'app' mode: 1 dABI: x86-windows-msvc2013-pe-64bit dLanguages: c++ qml dExecutable: E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:2055,block" dDirectory: E:\Dev\Projects\qt\cotw-clone-qml\app dDebugger: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe dProject: E:\Dev\Projects\qt\cotw-clone-qml (built: E:\Dev\Projects\qt\cotw-clone-qml) dQML server: 127.0.0.1:2055 dRemote: :0 dSysroot: dDebug Source Location: /usr/src/debug/qt5base/src/corelib:/usr/src/debug/qt5base/src/gui:/usr/src/debug/qt5base/src/network dDebugger settings: dUseToolTipsInLocalsView: false (default: false) dUseToolTipsInBreakpointsView: false (default: false) dUseToolTipsInBreakpointsView: false (default: true) *** dUseAddressInBreakpointsView: false (default: false) dUseDebuggingHelper: true (default: true) dUseCodeModel: true (default: true) dShowThreadNames: false (default: false) dUseToolTips: true (default: true) dGdbCustomDumperCommands: (default: ) dAdditionalArguments: (default: ) dSymbolPaths: (default: ) dSourcePaths: (default: ) dUseAddressInStackView: false (default: false) dRegisterForPostMortem: false (default: false) dAlwaysAdjustColumnWidths: true (default: true) dExtraDumperFile: (default: ) dAutoQuit: false (default: false) dLogTimeStamps: false (default: false) dVerboseLog: false (default: false) dUseAlternatingRowColours: false (default: false) dFontSizeFollowsEditor: false (default: false) dUseMessageBoxForSignals: true (default: true) dSwitchModeOnExit: false (default: false) dBreakpointsFullPath: false (default: false) dRaiseOnInterrupt: true (default: true) dStationaryEditorWhileStepping: false (default: false) dCloseBuffersOnExit: false (default: false) dCloseMemoryBuffersOnExit: true (default: true) dShowStandardNamespace: true (default: true) dShowQtNamespace: true (default: true) dSortStructMembers: true (default: true) dIntelFlavor: false (default: false) dIdentifyDebugInfoPackages: false (default: false) dMaximalStackDepth: 30 (default: 20) *** dSkipKnownFrames: false (default: false) dEnableReverseDebugging: false (default: false) dAllPluginBreakpoints: true (default: true) dAutoDerefPointers: true (default: true) dMaximalStringLength: 10000 (default: 10000) dDisplayStringLimit: 100 (default: 100) dListSourceFiles: false (default: false) dIgnoreFirstChanceAccessViolation: false (default: false) dLoadGdbInit: true (default: true) dLoadGdbDumpers2: false (default: false) dAttemptQuickStart: false (default: false) dBreakEvent: eh (default: ) *** dBreakOnCrtDbgReport: false (default: false) dCDB_Console: false (default: false) dBreakpointCorrection: true (default: true) dUseDynamicType: true (default: true) dTargetAsync: false (default: false) dWarnOnReleaseBuilds: true (default: true) dMultiInferior: false (default: false) dGdbStartupCommands: (default: ) dGdbPostAttachCommands: (default: ) dWatchdogTimeout: 20 (default: 20) dAutoEnrichParameters: false (default: true) *** dBreakOnThrow: false (default: false) dBreakOnCatch: false (default: false) dBreakOnWarning: false (default: false) dBreakOnFatal: false (default: false) dSelectedPluginBreakpoints: false (default: false) dAdjustBreakpointLocations: true (default: true) dNoPluginBreakpoints: false (default: false) dSelectedPluginBreakpointsPattern: .* (default: .*) dBreakOnAbort: true (default: false) *** dShowQmlObjectTree: true (default: true) dQmlInspector.ShowAppOnTop: false (default: false) dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master] dQUEUE: SETUP ENGINE dCALL: SETUP ENGINE dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) dQUEUE: SETUP ENGINE dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) dQUEUE: SETUP ENGINE dCALL: SETUP ENGINE dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) dQUEUE: SETUP INFERIOR dCALL: SETUP ENGINE Launching E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -y symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:2055,block" using E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll of 22/04/2015 3:43 AM. E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe running as 11552 Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Using CDB based breakpoint correction. Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. CommandLine: E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:2055,block" Symbol search path is: symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols Executable search path is: ModLoad: 00000001`3f240000 00000001`3f476000 cotw-clone.exe ModLoad: 00000000`771c0000 00000000`77368000 ntdll.dll ModLoad: 00000000`76fa0000 00000000`770bf000 C:\Windows\system32\kernel32.dll ModLoad: 000007fe`fd090000 000007fe`fd0fc000 C:\Windows\system32\KERNELBASE.dll ModLoad: 000007fe`eafc0000 000007fe`eb388000 E:\Dev\Projects\qt\cotw-clone-qml\lib\debug\CotwClone.dll ModLoad: 000007fe`f6660000 000007fe`f66da000 E:\Dev\Projects\qt\cotw-clone-qml\app\debug\Box2D.dll ModLoad: 000007fe`ed420000 000007fe`ed533000 C:\Windows\system32\MSVCP120D.dll ModLoad: 000007fe`eb500000 000007fe`eb711000 C:\Windows\system32\MSVCR120D.dll ModLoad: 000007fe`ed280000 000007fe`ed419000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Multimediad.dll ModLoad: 00000000`59d70000 00000000`59fbb000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Networkd.dll ModLoad: 000007fe`fd7c0000 000007fe`fd80d000 C:\Windows\system32\WS2_32.dll ModLoad: 000007fe`fd680000 000007fe`fd71f000 C:\Windows\system32\msvcrt.dll ModLoad: 000007fe`ff220000 000007fe`ff34d000 C:\Windows\system32\RPCRT4.dll ModLoad: 000007fe`ff1f0000 000007fe`ff1f8000 C:\Windows\system32\NSI.dll ModLoad: 00000000`66e20000 00000000`67903000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Cored.dll ModLoad: 00000000`770c0000 00000000`771ba000 C:\Windows\system32\USER32.dll ModLoad: 000007fe`fd340000 000007fe`fd3a7000 C:\Windows\system32\GDI32.dll ModLoad: 000007fe`fe030000 000007fe`fe03e000 C:\Windows\system32\LPK.dll ModLoad: 000007fe`fd9f0000 000007fe`fdab9000 C:\Windows\system32\USP10.dll ModLoad: 000007fe`fe460000 000007fe`ff1e9000 C:\Windows\system32\SHELL32.dll ModLoad: 000007fe`fdf20000 000007fe`fdf91000 C:\Windows\system32\SHLWAPI.dll ModLoad: 000007fe`fe1d0000 000007fe`fe3d3000 C:\Windows\system32\ole32.dll ModLoad: 000007fe`ff3f0000 000007fe`ff4cb000 C:\Windows\system32\ADVAPI32.dll ModLoad: 000007fe`ff200000 000007fe`ff21f000 C:\Windows\SYSTEM32\sechost.dll ModLoad: 000007fe`f7fb0000 000007fe`f7fc8000 C:\Windows\system32\MPR.dll ModLoad: 00000000`5a090000 00000000`5a2f0000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll ModLoad: 00000000`59bc0000 00000000`59d6b000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll ModLoad: 00000000`4a730000 00000000`4bbba000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icudt53.dll ModLoad: 000007fe`ebc10000 000007fe`ebcff000 C:\Windows\system32\MSVCR120.dll ModLoad: 000007fe`eb450000 000007fe`eb4f6000 C:\Windows\system32\MSVCP120.dll ModLoad: 000007fe`fc5a0000 000007fe`fc5fb000 C:\Windows\system32\DNSAPI.dll ModLoad: 000007fe`fd160000 000007fe`fd2cd000 C:\Windows\system32\CRYPT32.dll ModLoad: 000007fe`fcf80000 000007fe`fcf8f000 C:\Windows\system32\MSASN1.dll ModLoad: 000007fe`e89d0000 000007fe`e9550000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Guid.dll ModLoad: 00000000`775c0000 00000000`77ffe000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Widgetsd.dll ModLoad: 000007fe`ea520000 000007fe`eaaf8000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Scriptd.dll ModLoad: 000007fe`fb410000 000007fe`fb44b000 C:\Windows\system32\WINMM.dll ModLoad: 00000000`65a80000 00000000`662a5000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Qmld.dll ModLoad: 000007fe`f6600000 000007fe`f662d000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5QuickWidgetsd.dll ModLoad: 000007fe`e9900000 000007fe`ea0ce000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Quickd.dll (2d38.2d3c): Break instruction exception - code 80000003 (first chance) ntdll!LdrpDoDebuggerBreak+0x30: 00000000`772683f0 cc int 3 cdb: Reading initial command '.idle_cmd !qtcreatorcdbext.idle' Execute when idle: !qtcreatorcdbext.idle 0:000> <l+t <l+s dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) dNOTE: ENGINE SETUP OK dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master] dQUEUE: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master] dQUEUE: SETUP INFERIOR dQUEUE: SETUP INFERIOR dCALL: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) dQUEUE: SETUP INFERIOR dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) dQUEUE: SETUP INFERIOR dCALL: SETUP INFERIOR dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) dCALL: SETUP INFERIOR <bu100200 `E:\Dev\Projects\qt\cotw-clone-qml\3rdparty\Box2D_v2.3.0\Box2D\Dynamics\b2World.cpp:1137` <!qtcreatorcdbext.breakpoints -t 1 -v <sxn 0x4000001f <sxn ibp <.asm source_line <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=30 <!qtcreatorcdbext.pid -t 2 Source options are 1: 1/t - Step/trace by source line Source options are 5: 1/t - Step/trace by source line 4/s - List source code at prompt d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icudt53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuuc53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Networkd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll d*** ERROR: Symbol file could not be found. Defaulted to export symbols for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\icuin53.dll - d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Qmld.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Cored.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Widgetsd.dll d*** WARNING: Unable to verify checksum for cotw-clone.exe d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Guid.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Quickd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Scriptd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Projects\qt\cotw-clone-qml\lib\debug\CotwClone.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Multimediad.dll d*** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5QuickWidgetsd.dll d*** WARNING: Unable to verify checksum for E:\Dev\Projects\qt\cotw-clone-qml\app\debug\Box2D.dll Obtained breakpoint 0x59cca0 (#2), at 0x7fef66852a0, module: 'Box2D' All breakpoints have been resolved. Assembly options: source_line Qt Creator CDB extension version 3.4 64 bit. dTaking notice of pid 11576 dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) dNOTE: INFERIOR SETUP OK dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master] dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master] dQUEUE: RUN ENGINE dCALL: RUN ENGINE dState changed from InferiorSetupOk(6) to EngineRunRequested(7) dQUEUE: RUN ENGINE dState changed from InferiorSetupOk(6) to EngineRunRequested(7) dQUEUE: RUN ENGINE dCALL: RUN ENGINE dCALL: RUN ENGINE <sxe eh <g dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master] ModLoad: 000007fe`fe000000 000007fe`fe02e000 C:\Windows\system32\IMM32.DLL ModLoad: 000007fe`fdbc0000 000007fe`fdcc9000 C:\Windows\system32\MSCTF.dll ModLoad: 000007fe`fcde0000 000007fe`fcdef000 C:\Windows\system32\cryptbase.dll QML debugging is enabled. Only use this in a safe environment. ModLoad: 000007fe`ea2b0000 000007fe`ea519000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\platforms\qwindowsd.dll ModLoad: 000007fe`fdac0000 000007fe`fdb97000 C:\Windows\system32\OLEAUT32.dll ModLoad: 000007fe`fb230000 000007fe`fb286000 C:\Windows\system32\uxtheme.dll ModLoad: 000007fe`e9730000 000007fe`e98f9000 C:\Windows\system32\wintab32.dll ModLoad: 000007fe`fc190000 000007fe`fc1a1000 C:\Windows\system32\WTSAPI32.dll ModLoad: 000007fe`fae00000 000007fe`fae18000 C:\Windows\system32\dwmapi.dll ModLoad: 000007fe`ece80000 000007fe`ed06a000 C:\Windows\system32\Pen_Tablet.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\wintab32.dll - s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException ModLoad: 000007fe`f65e0000 000007fe`f65ff000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_tcpd.dll ModLoad: 000007fe`fc720000 000007fe`fc775000 C:\Windows\system32\mswsock.dll ModLoad: 000007fe`fc710000 000007fe`fc717000 C:\Windows\System32\wship6.dll sQML Debugger: Connecting to debug server at 127.0.0.1:2055 ... sQML Debugger: Resolving host sQML Debugger: Establishing network connection ... "897 QTcpServerConnection::listen: QML Debugger: Waiting for connection on port 2055..." sQML Debugger: Network connection established sQML Debugger: Status of "QDeclarativeObserverMode" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "DeclarativeDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QmlDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QmlInspector" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "JSDebugger" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "DebugMessages" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "QDeclarativeEngine" Version: -1 changed to 'unavailable'. sQML Debugger: Status of "V8Debugger" Version: -1 changed to 'unavailable'. dATTEMPT BREAKPOINT SYNCHRONIZATION dBREAKPOINTS ARE SYNCHRONIZED dQScriptDebuggerClient: sending BREAKPOINTS () dNOTE: ENGINE RUN AND INFERIOR RUN OK sRunning. dState changed from EngineRunRequested(7) to InferiorRunOk(11) sQML Debugger: Status of "QmlDebugger" Version: 2 changed to 'enabled'. dInspector sending LIST_ENGINES sQML Debugger: Status of "V8Debugger" Version: 1 changed to 'enabled'. dV8DebuggerClient: sending V8DEBUG connect dV8DebuggerClient: sending V8DEBUG v8request {"seq":0,"type":"request","command":"version"} sQML Debugger: Status of "DebugMessages" Version: 2 changed to 'enabled'. dV8DebuggerClient: receiving V8DEBUG connect dV8DebuggerClient: receiving V8DEBUG v8message dV8DebuggerClient: receiving v8message {"body":{"V8Version":"this is not V8, this is V4 in Qt 5.4.1"},"command":"version","request_seq":0,"running":true,"seq":0,"success":true,"type":"response"} dV8DebuggerClient: receiving Using V8 Version: this is not V8, this is V4 in Qt 5.4.1 sQML Debugger: Status of "QmlInspector" Version: 1 changed to 'enabled'. ModLoad: 000007fe`f2510000 000007fe`f2556000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_qtquick2d.dll "936 QQmlInspectorService::updateState: QQmlInspector: No plugin available for view ' QQuickWidget '." ModLoad: 000007fe`fb870000 000007fe`fba64000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\comctl32.dll ModLoad: 000007fe`fcd80000 000007fe`fcdd7000 C:\Windows\system32\apphelp.dll ModLoad: 000007fe`fd810000 000007fe`fd9e7000 C:\Windows\system32\SETUPAPI.dll ModLoad: 000007fe`fd2d0000 000007fe`fd306000 C:\Windows\system32\CFGMGR32.dll ModLoad: 000007fe`fcfa0000 000007fe`fcfba000 C:\Windows\system32\DEVOBJ.dll ModLoad: 000007fe`ff350000 000007fe`ff3e9000 C:\Windows\system32\CLBCatQ.DLL ModLoad: 000007fe`fb290000 000007fe`fb3bc000 C:\Windows\system32\propsys.dll ModLoad: 000007fe`fbd60000 000007fe`fbd8d000 C:\Windows\system32\ntmarta.dll ModLoad: 000007fe`fdfa0000 000007fe`fdff2000 C:\Windows\system32\WLDAP32.dll ModLoad: 000007fe`fcf90000 000007fe`fcf9f000 C:\Windows\system32\profapi.dll ModLoad: 000007fe`eed30000 000007fe`eed43000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick.2\qtquick2plugind.dll ModLoad: 000007fe`e95c0000 000007fe`e9726000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Controls\qtquickcontrolsplugind.dll ModLoad: 000007fe`eece0000 000007fe`eed2f000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Layouts\qquicklayoutsplugind.dll ModLoad: 000007fe`efb80000 000007fe`efb93000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Window.2\windowplugind.dll ModLoad: 000007fe`ea210000 000007fe`ea2a3000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Dialogs\dialogplugind.dll dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED ModLoad: 000007fe`eecb0000 000007fe`eecd2000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qddsd.dll ModLoad: 000007fe`ee9e0000 000007fe`ee9fc000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qgifd.dll ModLoad: 000007fe`ee9b0000 000007fe`ee9d2000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicnsd.dll ModLoad: 000007fe`eeb60000 000007fe`eeb7c000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicod.dll ModLoad: 000007fe`e88a0000 000007fe`e89c3000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjp2d.dll ModLoad: 000007fe`ea180000 000007fe`ea206000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjpegd.dll ModLoad: 000007fe`e87f0000 000007fe`e8895000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qmngd.dll ModLoad: 000007fe`ee160000 000007fe`ee179000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qsvgd.dll ModLoad: 00000000`59b10000 00000000`59bba000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Svgd.dll ModLoad: 000007fe`ee140000 000007fe`ee158000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtgad.dll ModLoad: 000007fe`e8730000 000007fe`e87ef000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtiffd.dll ModLoad: 000007fe`edaa0000 000007fe`edab8000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwbmpd.dll ModLoad: 000007fe`e8670000 000007fe`e8727000 E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwebpd.dll dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED s sException at 0x7fefd0aaaad, code: 0x406d1388: Startup complete, flags=0x0 (first chance) in KERNELBASE!RaiseException "019 QQmlInspectorService::updateState: QQmlInspector: No plugin available for view ' QuickWidget '." dInspector receiving OBJECT_CREATED ModLoad: 000007fe`fc780000 000007fe`fc798000 C:\Windows\system32\CRYPTSP.dll ModLoad: 000007fe`fc480000 000007fe`fc4c7000 C:\Windows\system32\rsaenh.dll ModLoad: 000007fe`fced0000 000007fe`fcee4000 C:\Windows\system32\RpcRtRemote.dll ModLoad: 000007fe`f0e80000 000007fe`f107f000 C:\Windows\system32\d3d9.dll ModLoad: 000007fe`fc000000 000007fe`fc00c000 C:\Windows\system32\VERSION.dll ModLoad: 000007fe`f0e70000 000007fe`f0e77000 C:\Windows\system32\d3d8thk.dll ModLoad: 000007fe`e7370000 000007fe`e866c000 C:\Windows\system32\nvd3dumx.dll ModLoad: 00000000`77390000 00000000`77397000 C:\Windows\system32\PSAPI.DLL ModLoad: 00000001`80000000 00000001`802b1000 C:\Windows\system32\nvspcap64.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin\Qt5Svgd.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvspcap64.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvd3dumx.dll - *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwebpd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtiffd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qmngd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjp2d.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Controls\qtquickcontrolsplugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qjpegd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Dialogs\dialogplugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\platforms\qwindowsd.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\Pen_Tablet.dll - *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qwbmpd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qtgad.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qsvgd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicnsd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qgifd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qicod.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\imageformats\qddsd.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Layouts\qquicklayoutsplugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick.2\qtquick2plugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\qml\QtQuick\Window.2\windowplugind.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_qtquick2d.dll *** WARNING: Unable to verify checksum for E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\plugins\qmltooling\qmldbg_tcpd.dll ModLoad: 000007fe`e8550000 000007fe`e866d000 C:\Windows\system32\opengl32.dll ModLoad: 000007fe`eda70000 000007fe`eda9d000 C:\Windows\system32\GLU32.dll ModLoad: 000007fe`e8450000 000007fe`e8541000 C:\Windows\system32\DDRAW.dll ModLoad: 000007fe`f68d0000 000007fe`f68d8000 C:\Windows\system32\DCIMAN32.dll ModLoad: 00000000`69030000 00000000`6aed2000 C:\Windows\system32\nvoglv64.DLL ModLoad: 000007fe`fd110000 000007fe`fd14b000 C:\Windows\system32\WINTRUST.dll ModLoad: 000007fe`fb5c0000 000007fe`fb5ec000 C:\Windows\system32\POWRPROF.DLL *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\nvoglv64.DLL - ModLoad: 000007fe`fcdf0000 000007fe`fce2d000 C:\Windows\system32\WINSTA.dll dInspector receiving LIST_ENGINES_R dInspector sending LIST_OBJECTS dInspector receiving OBJECT_CREATED "032 PhysicsDebugDrawer::PhysicsDebugDrawer: 0" dInspector sending LIST_OBJECTS "305 PhysicsDebugDrawer::PhysicsDebugDrawer: 0" "306 PhysicsSystem::setUpPhysicsComponent: "Ute" weightInGrams = 1000000 weightInKg = 1000 sizeInMetres = 0.5 density = 0.505 mass = 27.3104" "306 PhysicsSystem::setUpPhysicsComponent: "Player" weightInGrams = 80000 weightInKg = 80 sizeInMetres = 0.5 density = 0.0404 mass = 0.0412364" dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector sending LIST_OBJECTS dInspector receiving OBJECT_CREATED dInspector receiving OBJECT_CREATED dInspector receiving LIST_OBJECTS_R dInspector receiving LIST_OBJECTS_R Breakpoint 100200 hit > 1137: if (m_debugDraw == NULL) Box2D!b2World::DrawDebugData+0x20: 1137 000007fe`f66852a0 488b842440010000 mov rax,qword ptr [rsp+140h] ss:00000000`001da4e0=000000000aaf8000 sStopped at breakpoint 2 (2) in thread 0. dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] Checking for wow64 subsystem... <lm m wow64 <!qtcreatorcdbext.locals -t 4 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -u "local.flags" -W 0 Live user mode: <Local> Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Using CDB based breakpoint correction. Microsoft (R) Windows Debugger Version 6.2.8229.0 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. command line: '"E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\cdb.exe" -aqtcreatorcdbext.dll -lines -G -c ".idle_cmd !qtcreatorcdbext.idle" -y symsrv*symsrv.dll*C:\Users\Admin\AppData\Local\Temp\symbolcache*http://msdl.microsoft.com/download/symbols;cache*C:\Users\Admin\AppData\Local\Temp\symbolcache;srv*http://msdl.microsoft.com/download/symbols E:\Dev\Projects\qt\cotw-clone-qml\app\debug\cotw-clone.exe -newgame "-qmljsdebugger=port:2055,block"' Debugger Process 0x2D20 dbgeng: image 6.2.8229.0, built Fri Feb 10 05:49:02 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbgeng.dll] dbghelp: image 6.2.8229.0, built Fri Feb 10 05:51:14 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbghelp.dll] DIA version: 41129 Extension DLL search Path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\arcade;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\pri;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64;E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\arcade;E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\lib;E:\Dev\Projects\qt\cotw-clone-qml\testlib\debug;E:\Dev\Projects\qt\cotw-clone-qml\lib\debug;E:\Dev\Qt\qt-enterprise\5.4\msvc2013_64\bin;E:\Dev\VS2013\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\12.0\bin;C:\Program Files (x86)\MSBuild\12.0\bin;E:\Dev\VS2013\Common7\IDE\;E:\Dev\VS2013\VC\BIN\x86_amd64;E:\Dev\VS2013\VC\BIN;E:\Dev\VS2013\Common7\Tools;C:\Windows\Microsoft.NET\Framework\v4.0.30319;E:\Dev\VS2013\VC\VCPackages;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\HTML Help Workshop;E:\Dev\VS2013\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\8.1\bin\x86;C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\x64\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;E:\Dev\Python27;E:\Dev\Python27\Scripts;E:\Dev\Perl64\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\DMIX;c:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files\Java\jdk1.7.0\;C:\Program Files\Java\jdk1.7.0\bin;E:\Dev\apache\maven-3.0.3\bin;E:\Dev\Visual Leak Detector\bin\Win32;E:\Dev\Visual Leak Detector\bin\Win64;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Calibre2;C:\Program Files (x86)\Notepad++;C:\Program Files\Dependency Walker;E:\Dev\Qt\qtenv;C:\Program Files (x86)\Putty;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\Users\Admin\AppData\Roaming\Python\Scripts Extension DLL chain: qtcreatorcdbext: API 0.0.0, built Thu Apr 02 15:27:35 2015 [path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll] qtcreatorcdbext.dll: API 1.0.0, built Thu Apr 02 15:27:35 2015 [path: E:\Dev\Qt\qt-enterprise\Tools\QtCreator\lib\qtcreatorcdbext64\qtcreatorcdbext.dll] dbghelp: image 6.2.8229.0, API 6.2.6, built Fri Feb 10 05:51:14 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\dbghelp.dll] ext: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:56:01 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\ext.dll] exts: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 06:05:32 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP\exts.dll] uext: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:59:16 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\winext\uext.dll] ntsdexts: image 6.2.8229.0, API 1.0.0, built Fri Feb 10 05:59:54 2012 [path: E:\Dev\Windows Kits\8.0\StandaloneSDK\Debuggers\x64\WINXP\ntsdexts.dll] dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master] <p dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master] > 1142: uint32 flags = m_debugDraw->GetFlags(); Box2D!b2World::DrawDebugData+0x37: 1142 000007fe`f66852b7 488b842440010000 mov rax,qword ptr [rsp+140h] ss:00000000`001da4e0=000000000aaf8000 sStopped: "unknown". dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] <!qtcreatorcdbext.locals -t 5 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -u "local.flags" -W 0 dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) [master] <gu dNOTE: INFERIOR RUN REQUESTED sRun requested... dState changed from InferiorStopOk(14) to InferiorRunRequested(10) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) dNOTE: INFERIOR RUN OK sRunning. dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master] > 35: } CotwClone!PhysicsSystem::update+0x155: 35 000007fe`eb11c5a5 4883c478 add rsp,78h sStopped at internal breakpoint 0 in thread 0. dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) dNOTE: INFERIOR SPONTANEOUS STOP sStopped. dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master] <!qtcreatorcdbext.locals -t 6 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 dQUIT DEBUGGER REQUESTED IN STATE 14 dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) [master] dQUIT DEBUGGER REQUESTED IN STATE 11 dState changed from InferiorRunOk(11) to InferiorStopRequested(13) dCALL: INTERRUPT INFERIOR sAttempting to interrupt. dV8DebuggerClient: sending V8DEBUG interrupt dNOTE: INFERIOR STOP OK dNOTE: ... WHILE DYING. dNOTE: ... FORWARDING TO 'STOP OK'. dState changed from InferiorStopRequested(13) to InferiorStopOk(14) sQML debugger activated dState changed from InferiorStopOk(14) to InferiorShutdownRequested(17) dQUEUE: SHUTDOWN INFERIOR dNOTE: ... IGNORING STOP MESSAGE dQUEUE: SHUTDOWN INFERIOR dCALL: SHUTDOWN INFERIOR dV8DebuggerClient: sending V8DEBUG {"seq":1,"type":"request","command":"disconnect"} sQML Debugger: Network connection closing sQML Debugger: Network connection dropped sQML Debugger: Status of "QDeclarativeObserverMode" Version: -1 changed to 'not connected'. sQML Debugger: Status of "DeclarativeDebugger" Version: -1 changed to 'not connected'. sQML Debugger: Status of "QmlDebugger" Version: 2 changed to 'not connected'. sQML Debugger: Status of "QmlInspector" Version: 1 changed to 'not connected'. sQML Debugger: Status of "JSDebugger" Version: -1 changed to 'not connected'. sQML Debugger: Status of "DebugMessages" Version: 2 changed to 'not connected'. sQML Debugger: Status of "QDeclarativeEngine" Version: -1 changed to 'not connected'. sQML Debugger: Status of "V8Debugger" Version: 1 changed to 'not connected'. dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) dCALL: SHUTDOWN INFERIOR dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) dINFERIOR SUCCESSFULLY SHUT DOWN dState changed from InferiorShutdownRequested(17) to InferiorShutdownOk(19) [master] dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) [master] dQUEUE: SHUTDOWN ENGINE dCALL: SHUTDOWN ENGINE dState changed from InferiorShutdownOk(19) to EngineShutdownRequested(20) eERROR: Process crashed eERROR: CDB crashed dNOTE: ENGINE ILL ******
l+t l+s bu100100 `E:\Dev\Projects\qt\cotw-clone-qml\lib\PhysicsDebugDrawer.cpp:11` !qtcreatorcdbext.breakpoints -t 1 -v sxn 0x4000001f sxn ibp .asm source_line !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=30 !qtcreatorcdbext.pid -t 2 sxe eh g lm m wow64 !qtcreatorcdbext.locals -t 4 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 t t !qtcreatorcdbext.locals -t 5 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 gu !qtcreatorcdbext.locals -t 6 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 q l+t l+s bu100200 `E:\Dev\Projects\qt\cotw-clone-qml\3rdparty\Box2D_v2.3.0\Box2D\Dynamics\b2World.cpp:1137` !qtcreatorcdbext.breakpoints -t 1 -v sxn 0x4000001f sxn ibp .asm source_line !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=30 !qtcreatorcdbext.pid -t 2 sxe eh g lm m wow64 !qtcreatorcdbext.locals -t 4 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -u "local.flags" -W 0 p !qtcreatorcdbext.locals -t 5 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -u "local.flags" -W 0 gu !qtcreatorcdbext.locals -t 6 -D -e inspect,local,watch,return -c -T 51496d616765=1 -I local.im=1 -W 0 ERROR: Process crashed ERROR: CDB crashed
Aborting debugging also doesn't seem to work at this point, so you must close Creator.