Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-17266

Cannot step into Qt code with CDB

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • Qt Creator 4.2.0-beta1
    • Debugger
    • Windows 10, Qt 5.7 msvc 2013 32bit, from online installer, sources installed.

    Description

      Using the "simple" manual test in qtcreator/test/manual/debugger I try to step into the QApplication constructor, but the debugger just stays at the main() frame.

      Debugger log left:

      l+t
      l+s
      bu101400 `D:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:7220`
      !qtcreatorcdbext.breakpoints -v
      sxn 0x4000001f
      sxn ibp
      .asm source_line
      !qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
      !qtcreatorcdbext.script  print(sys.version)
      !qtcreatorcdbext.pid
      g
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c,local.app" -W 0
      <Rebuild Watchmodel 106 @ 12:25:24.404 [18543ms] >
      t
      t
      gu
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c,local.app" -W 0
      <Rebuild Watchmodel 107 @ 12:25:26.931 [2527ms] >
      t
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c" -W 0
      <Rebuild Watchmodel 108 @ 12:25:29.025 [2094ms] >
      

      right:

      sStarting debugger "CdbEngine" for ABI "x86-windows-msvc2013-pe-32bit"...
      dStart parameters: 'simple_test_app' mode: 1
      dABI: x86-windows-msvc2013-pe-32bit
      dLanguages: c++ 
      dExecutable: D:\build-simple-5_7_msvc2013_32bit-Debug\debug\simple_test_app.exe 
      dDirectory: D:\build-simple-5_7_msvc2013_32bit-Debug
      dDebugger: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\cdb.exe
      dProject: D:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simpleAddtional Search Directories:
      dRemote: :0
      dSysroot: 
      dDebug Source Location: 
      dDebugger settings: 
      dShowThreadNames: false  (default: false)
      dUseToolTipsInBreakpointsView: true  (default: false)  ***
      dUseToolTipsInLocalsView: false  (default: false)
      dUseAddressInBreakpointsView: false  (default: false)
      dUseToolTipsInBreakpointsView: true  (default: true)
      dRegisterForPostMortem: false  (default: false)
      dUseAddressInStackView: false  (default: false)
      dExtraDumperFile:   (default: )
      dAlwaysAdjustColumnWidths: true  (default: true)
      dAdditionalArguments:   (default: )
      dGdbCustomDumperCommands:   (default: )
      dSourcePaths:   (default: )
      dSymbolPaths:   (default: )
      dBreakOnCrtDbgReport: false  (default: false)
      dBreakEvent:   (default: )
      dUseAlternatingRowColours: false  (default: false)
      dUseMessageBoxForSignals: true  (default: true)
      dFontSizeFollowsEditor: false  (default: false)
      dAutoQuit: false  (default: false)
      dLogTimeStamps: false  (default: false)
      dCloseMemoryBuffersOnExit: true  (default: true)
      dCloseBuffersOnExit: false  (default: false)
      dBreakpointsFullPath: false  (default: false)
      dSwitchModeOnExit: false  (default: false)
      dStationaryEditorWhileStepping: false  (default: false)
      dRaiseOnInterrupt: true  (default: true)
      dUseCodeModel: true  (default: true)
      dUseDebuggingHelper: true  (default: true)
      dSelectedPluginBreakpointsPattern: .*  (default: .*)
      dNoPluginBreakpoints: false  (default: false)
      dBreakOnCatch: false  (default: false)
      dBreakOnThrow: false  (default: false)
      dBreakOnFatal: false  (default: false)
      dBreakOnWarning: false  (default: false)
      dShowQmlObjectTree: true  (default: true)
      dBreakOnAbort: false  (default: false)
      dQmlInspector.ShowAppOnTop: false  (default: false)
      dMaximalStackDepth: 20  (default: 20)
      dShowStandardNamespace: true  (default: true)
      dShowQObjectNames: false  (default: false)
      dShowQtNamespace: true  (default: true)
      dAutoDerefPointers: true  (default: true)
      dSortStructMembers: true  (default: true)
      dDisplayStringLimit: 100  (default: 100)
      dMaximalStringLength: 10000  (default: 10000)
      dEnableReverseDebugging: false  (default: false)
      dSkipKnownFrames: false  (default: false)
      dAllPluginBreakpoints: true  (default: true)
      dAdjustBreakpointLocations: true  (default: true)
      dSelectedPluginBreakpoints: false  (default: false)
      dBreakpointCorrection: true  (default: true)
      dCDB_Console: false  (default: false)
      dLoadGdbInit: true  (default: true)
      dIgnoreFirstChanceAccessViolation: false  (default: false)
      dAttemptQuickStart: false  (default: false)
      dLoadGdbDumpers2: false  (default: false)
      dGdbPostAttachCommands:   (default: )
      dGdbStartupCommands:   (default: )
      dAutoEnrichParameters: true  (default: true)
      dWatchdogTimeout: 20  (default: 20)
      dTargetAsync: false  (default: false)
      dUseDynamicType: true  (default: true)
      dMultiInferior: false  (default: false)
      dWarnOnReleaseBuilds: true  (default: true)
      dIdentifyDebugInfoPackages: false  (default: false)
      dIntelFlavor: false  (default: false)
      dUseToolTips: true  (default: true)
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      dQUEUE: SETUP ENGINE
      dCALL: SETUP ENGINE
       Launching C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -y "" D:\build-simple-5_7_msvc2013_32bit-Debug\debug\simple_test_app.exe
       using D:\qtcreator-4.2.0-rc1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll of 14.11.2016 04:19.
       C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\cdb.exe running as 45744
       Microsoft (R) Windows Debugger Version 6.3.9600.17298 X86
       Using CDB based breakpoint correction.
       Copyright (c) Microsoft Corporation. All rights reserved.
       CommandLine: D:\build-simple-5_7_msvc2013_32bit-Debug\debug\simple_test_app.exe
       Error: Attempts to access '""' failed: 0x7b - The filename, directory name, or volume label syntax is incorrect.
       ************* Symbol Path validation summary **************
       Response                         Time (ms)     Location
       Error                                          ""
       Symbol search path is: ""
       Executable search path is: 
      sModule loaded: simple_test_app.exe
      sModule loaded: ntdll.dll
      sModule loaded: C:\WINDOWS\SysWOW64\KERNEL32.DLL
      sModule loaded: C:\WINDOWS\SysWOW64\KERNELBASE.dll
      sModule loaded: C:\WINDOWS\SysWOW64\SHELL32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\msvcrt.dll
      sModule loaded: C:\WINDOWS\SysWOW64\cfgmgr32.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Networkd.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Widgetsd.dll
      sModule loaded: C:\WINDOWS\SysWOW64\windows.storage.dll
      sModule loaded: C:\WINDOWS\SysWOW64\combase.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Guid.dll
      sModule loaded: C:\WINDOWS\SysWOW64\RPCRT4.dll
      sModule loaded: C:\WINDOWS\SysWOW64\SspiCli.dll
      sModule loaded: C:\WINDOWS\SysWOW64\CRYPTBASE.dll
      sModule loaded: C:\WINDOWS\SysWOW64\GDI32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\USER32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\WS2_32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\bcryptPrimitives.dll
      sModule loaded: C:\WINDOWS\SysWOW64\sechost.dll
      sModule loaded: C:\WINDOWS\SysWOW64\ole32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\advapi32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\CRYPT32.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Xmld.dll
      sModule loaded: C:\WINDOWS\SysWOW64\shlwapi.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSASN1.dll
      sModule loaded: C:\WINDOWS\SysWOW64\kernel.appcore.dll
      sModule loaded: C:\WINDOWS\SysWOW64\shcore.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSVCP120D.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Cored.dll
      sModule loaded: C:\WINDOWS\SysWOW64\powrprof.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSVCR120D.dll
      sModule loaded: C:\WINDOWS\SysWOW64\profapi.dll
      sModule loaded: C:\WINDOWS\SysWOW64\DNSAPI.dll
      sModule loaded: C:\WINDOWS\SysWOW64\IPHLPAPI.DLL
      sModule loaded: C:\WINDOWS\SysWOW64\NSI.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MPR.dll
       (b2c4.b290): Break instruction exception - code 80000003 (first chance)
       *** ERROR: Symbol file could not be found.  Defaulted to export symbols for ntdll.dll - 
       eax=00000000 ebx=00000003 ecx=e95a0000 edx=00000000 esi=00970100 edi=010fd000
       eip=7734ccbc esp=012ff61c ebp=012ff648 iopl=0         nv up ei pl zr na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246
       ntdll!LdrInitShimEngineDynamic+0x6dc:
       7734ccbc cc              int     3
       cdb: Reading initial command '.idle_cmd !qtcreatorcdbext.idle'
       Execute when idle: !qtcreatorcdbext.idle
       0:000>
       *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\SysWOW64\KERNEL32.DLL - 
      <l+t
      <l+s
      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
      dCALL: SETUP INFERIOR
      <bu101400 `D:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:7220`
      <!qtcreatorcdbext.breakpoints -v
      <sxn 0x4000001f
      <sxn ibp
      <.asm source_line
      <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
      <!qtcreatorcdbext.script  print(sys.version)
      <!qtcreatorcdbext.pid
       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
       *** WARNING: Unable to verify checksum for simple_test_app.exe
      d*** WARNING: Unable to verify checksum for simple_test_app.exe
       Obtained breakpoint 0xd5d4e8 (#14), at 0x98c3df, module: 'simple_test_app'
       All breakpoints have been resolved.
       Assembly options: source_line
       Python is not supported in this CDB extension.
       You need to define PYTHON_INSTALL_DIR in your creator build environment pointing to a Python 3.5 installation.
       Qt Creator CDB extension version 4.2 32 bit.
      dTaking notice of pid 45764
      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
      <g
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      sRunning.
      dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
      sModule loaded: C:\WINDOWS\SysWOW64\IMM32.DLL
       Breakpoint 101400 hit
       eax=00000008 ebx=010fd000 ecx=00000001 edx=01530b00 esi=0000000c edi=00a1ed20
       eip=0098c3df esp=012ffa48 ebp=012ffabc iopl=0         nv up ei pl nz na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
       > 7220:     QApplication app(argc, argv);
       simple_test_app!main+0x4f:
        7220 0098c3df 6800070500      push    50700h
      sStopped at breakpoint 14 (14) in thread 0.
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c,local.app" -W 0
       Live user mode: <Local>
       Microsoft (R) Windows Debugger Version 6.3.9600.17298 X86
       Using CDB based breakpoint correction.
       Copyright (c) Microsoft Corporation. All rights reserved.
       command line: '"C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\cdb.exe"  -aqtcreatorcdbext.dll -lines -G -c ".idle_cmd !qtcreatorcdbext.idle" -y \"\" D:\build-simple-5_7_msvc2013_32bit-Debug\debug\simple_test_app.exe'  Debugger Process 0xB2B0 
       dbgeng:  image 6.3.9600.17298, built Sat Oct 25 02:24:41 2014
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbgeng.dll]
       dbghelp: image 6.3.9600.17336, built Fri Feb 27 02:33:13 2015
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbghelp.dll]
               DIA version: 65501
       Extension DLL search Path:
           D:\qtcreator-4.2.0-rc1\lib\qtcreatorcdbext32;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\WINXP;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\winext;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\winext\arcade;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\pri;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86;C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\winext\arcade;D:\Qt\5.7\msvc2013\lib;D:\Qt\5.7\msvc2013\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\MSBuild\12.0\bin\amd64;C:\Program Files (x86)\MSBuild\12.0\bin\amd64;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64_x86;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\amd64;C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\HTML Help Workshop;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Team Tools\Performance Tools;C:\Program Files (x86)\Windows Kits\8.1\bin\x64;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:\Perl\site\bin;C:\Perl\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\AMD APP\bin\x86_64;c:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\Dell\Dell Data Protection\Access\Advanced\Wave\Gemalto\Access Client\v5\;C:\Program Files (x86)\Security Innovation\SI TSS\bin\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files\Git\cmd;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\
       Extension DLL chain:
           qtcreatorcdbext: API 0.0.0, built Mon Nov 14 04:19:15 2016
               [path: D:\qtcreator-4.2.0-rc1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll]
           qtcreatorcdbext.dll: API 1.0.0, built Mon Nov 14 04:19:15 2016
               [path: D:\qtcreator-4.2.0-rc1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll]
           dbghelp: image 6.3.9600.17336, API 6.3.6, built Fri Feb 27 02:33:13 2015
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\dbghelp.dll]
           ext: image 6.3.9600.17336, API 1.0.0, built Fri Feb 27 02:39:37 2015
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\winext\ext.dll]
           wow64exts: image 6.3.9600.17298, API 1.0.0, built Sat Oct 25 02:33:50 2014
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\WINXP\wow64exts.dll]
           exts: image 6.3.9600.17336, API 1.0.0, built Fri Feb 27 02:36:28 2015
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\WINXP\exts.dll]
           uext: image 6.3.9600.17298, API 1.0.0, built Sat Oct 25 02:34:05 2014
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\winext\uext.dll]
           ntsdexts: image 6.3.9600.17298, API 1.0.0, built Sat Oct 25 02:34:16 2014
               [path: C:\Program Files (x86)\Windows Kits\8.1\Debuggers\x86\WINXP\ntsdexts.dll]
       WOW64 extensions loaded
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.app",name="app",type="class QApplication",exp="*(QApplication *)0x12ffa8c",address="0x12ffa8c",size="8",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.argc",name="argc",type="int",exp="*(int *)0x12ffac4",address="0x12ffac4",size="4",valueencoded="utf16:2:0",value="3100",valueenabled="true",valueeditable="true",numchild="0"},{iname="local.argv",name="argv",type="char **",exp="*(char ***)0x12ffac8",address="0x12ffac8",origaddr="0x15314c8",size="4",valueencoded="utf16:2:0",value="300078003100350033003100340063003800",valueenabled="true",valueeditable="false",numchild="1"},{iname="local.b",name="b",type="bool",exp="*(bool *)0x12ffaaf",address="0x12ffaaf",size="1",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.c",name="c",type="class QChar",exp="*(QChar *)0x12ffaa8",address="0x12ffaa8",size="2",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.z",name="z",type="int",exp="*(int *)0x12ffa94",address="0x12ffa94",size="4",valueencoded="utf16:2:0",value="31003200",valueenabled="true",valueeditable="true",numchild="0"}]
       <Rebuild Watchmodel 106 @ 12:25:24.404 [18543ms] >
      sFinished retrieving data
      
      <t
      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) [master]
       *** WARNING: Unable to verify checksum for D:\Qt\5.7\msvc2013\bin\Qt5Widgetsd.dll
       eax=015314c8 ebx=010fd000 ecx=012ffa8c edx=01530b00 esi=0000000c edi=00a1ed20
       eip=55683332 esp=012ffa38 ebp=012ffabc iopl=0         nv up ei pl nz na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
       Qt5Widgetsd!ILT+9005(??0QApplicationQAEAAHPAPADHZ):
              55683332 e9a9ef0400      jmp     Qt5Widgetsd!QApplication::QApplication (556d22e0)
      sStopped: "unknown".
      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) [master]
      dNOTE: INFERIOR RUN OK
      sRunning.
      dState changed from InferiorRunRequested(10) to InferiorRunOk(11) [master]
       eax=015314c8 ebx=010fd000 ecx=012ffa8c edx=01530b00 esi=0000000c edi=00a1ed20
       eip=556d22e0 esp=012ffa38 ebp=012ffabc iopl=0         nv up ei pl nz na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
       Qt5Widgetsd!QApplication::QApplication:
         573 556d22e0 55              push    ebp
      sStopped: "unknown".
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
       Step into: Hit frame with no source, step out...
      <gu
      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) [master]
      
      sModule loaded: D:\Qt\5.7\msvc2013\plugins\platforms\qwindowsd.dll
      sModule loaded: C:\WINDOWS\SysWOW64\OLEAUT32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\WINMM.dll
      sModule loaded: C:\WINDOWS\SysWOW64\WINMMBASE.dll
      sModule loaded: C:\WINDOWS\SysWOW64\winmmbase.dll
      sModule loaded: C:\WINDOWS\SysWOW64\uxtheme.dll
      sModule loaded: C:\WINDOWS\SysWOW64\dwmapi.dll
       eax=012ffa8c ebx=010fd000 ecx=00000000 edx=00000004 esi=0000000c edi=00a1ed20
       eip=0098c3f5 esp=012ffa48 ebp=012ffabc iopl=0         nv up ei pl nz na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
       > 7220:     QApplication app(argc, argv);
       simple_test_app!main+0x65:
        7220 0098c3f5 c745fc00000000  mov     dword ptr [ebp-4],0 ss:002b:012ffab8=ffffffff
      sStopped at internal breakpoint 0 in thread 0.
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c,local.app" -W 0
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.app",name="app",type="class QApplication",exp="*(QApplication *)0x12ffa8c",address="0x12ffa8c",size="8",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.argc",name="argc",type="int",exp="*(int *)0x12ffac4",address="0x12ffac4",size="4",valueencoded="utf16:2:0",value="3100",valueenabled="true",valueeditable="true",numchild="0"},{iname="local.argv",name="argv",type="char **",exp="*(char ***)0x12ffac8",address="0x12ffac8",origaddr="0x15314c8",size="4",valueencoded="utf16:2:0",value="300078003100350033003100340063003800",valueenabled="true",valueeditable="false",numchild="1"},{iname="local.b",name="b",type="bool",exp="*(bool *)0x12ffaaf",address="0x12ffaaf",size="1",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.c",name="c",type="class QChar",exp="*(QChar *)0x12ffaa8",address="0x12ffaa8",size="2",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.z",name="z",type="int",exp="*(int *)0x12ffa94",address="0x12ffa94",size="4",valueencoded="utf16:2:0",value="31003200",valueenabled="true",valueeditable="true",numchild="0"}]
       <Rebuild Watchmodel 107 @ 12:25:26.931 [2527ms] >
      sFinished retrieving data
      
      <t
      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) [master]
       eax=012ffa8c ebx=010fd000 ecx=00000000 edx=00000004 esi=0000000c edi=00a1ed20
       eip=0098c3fc esp=012ffa48 ebp=012ffabc iopl=0         nv up ei pl nz na pe nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
       > 7225:     QChar c(0x1E9E);
       simple_test_app!main+0x6c:
        7225 0098c3fc 689e1e0000      push    1E9Eh
      sStopped: "unknown".
      dNOTE: INFERIOR SPONTANEOUS STOP
      sStopped.
      dState changed from InferiorRunOk(11) to InferiorStopOk(14) [master]
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.b,local.c" -W 0
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.app",name="app",type="class QApplication",exp="*(QApplication *)0x12ffa8c",address="0x12ffa8c",size="8",valueencoded="utf16:2:0",value="63006c00610073007300200051004100700070006c00690063006100740069006f006e00",valueenabled="true",valueeditable="false",numchild="77"},{iname="local.argc",name="argc",type="int",exp="*(int *)0x12ffac4",address="0x12ffac4",size="4",valueencoded="utf16:2:0",value="3100",valueenabled="true",valueeditable="true",numchild="0"},{iname="local.argv",name="argv",type="char **",exp="*(char ***)0x12ffac8",address="0x12ffac8",origaddr="0x15314c8",size="4",valueencoded="utf16:2:0",value="300078003100350033003100340063003800",valueenabled="true",valueeditable="false",numchild="1"},{iname="local.b",name="b",type="bool",exp="*(bool *)0x12ffaaf",address="0x12ffaaf",size="1",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.c",name="c",type="class QChar",exp="*(QChar *)0x12ffaa8",address="0x12ffaa8",size="2",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.z",name="z",type="int",exp="*(int *)0x12ffa94",address="0x12ffa94",size="4",valueencoded="utf16:2:0",value="31003200",valueenabled="true",valueeditable="true",numchild="0"}]
       <Rebuild Watchmodel 108 @ 12:25:29.025 [2094ms] >
      sFinished retrieving data
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            ulherman Ulf Hermann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes