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

Wrong line marked as current one when debugging with CDB

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • Qt Creator 4.2.0-beta1
    • Debugger
    • Qt 5.7 msvc 2013 32bit, Windows 10

    Description

      Run the "simple" manual test in test/manual/debugger and break in testQSettings(). When the breakpoint is hit, click on the final::testFinal frame in the stack view. In the editor the yellow arrow points at testNullPointerDeref() in line 2434, but it should point at testQSettings() in line 2433.

      log left:

      l+t
      l+s
      bu102300 `D:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:2330`
      !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.value,local.settings" -W 0
      <Rebuild Watchmodel 319 @ 13:14:15.736 [300325ms] >
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -W 2
      <Rebuild Watchmodel 320 @ 13:14:18.439 [2703ms] >
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -W 1
      <Rebuild Watchmodel 321 @ 13:14:18.955 [516ms] >
      !qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.value,local.settings" -W 0
      <Rebuild Watchmodel 322 @ 13:14:20.736 [1781ms] >
      

      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 35300
       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\ole32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\WS2_32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\GDI32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\CRYPTBASE.dll
      sModule loaded: C:\WINDOWS\SysWOW64\sechost.dll
      sModule loaded: C:\WINDOWS\SysWOW64\USER32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\bcryptPrimitives.dll
      sModule loaded: C:\WINDOWS\SysWOW64\ADVAPI32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\shlwapi.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Xmld.dll
      sModule loaded: C:\WINDOWS\SysWOW64\CRYPT32.dll
      sModule loaded: C:\WINDOWS\SysWOW64\kernel.appcore.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSASN1.dll
      sModule loaded: C:\WINDOWS\SysWOW64\shcore.dll
      sModule loaded: D:\Qt\5.7\msvc2013\bin\Qt5Cored.dll
      sModule loaded: C:\WINDOWS\SysWOW64\powrprof.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSVCP120D.dll
      sModule loaded: C:\WINDOWS\SysWOW64\profapi.dll
      sModule loaded: C:\WINDOWS\SysWOW64\MSVCR120D.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
       (a06c.a0e8): 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=04660000 edx=00000000 esi=00d60100 edi=00b3d000
       eip=7734ccbc esp=00cff4d4 ebp=00cff500 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
      <bu102300 `D:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:2330`
      <!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 (#23), at 0xd72b45, 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 41068
      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
      
      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
       '00\u1e9e' true
       Creator: Switch off magic autorun.
      
       qDebug() 1
       qDebug() 2
       qDebug() 3
       qDebug <foo & bar>
       std::cout @@ 1
       std::cout @@ 2
       std::cout @@ 3
       std::cout <foo & bar>
       (a06c.a0e8): C++ EH exception - code e06d7363 (first chance)
       *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\SysWOW64\KERNELBASE.dll - 
       *** ERROR: Symbol file could not be found.  Defaulted to export symbols for C:\WINDOWS\SysWOW64\MSVCR120D.dll - 
      s
      sException at 0x756edae8, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at d:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:699
       
       Exception at 0x756edae8, code: 0xe06d7363: C++ exception, flags=0x1 (execution cannot be continued) (first chance) at d:\qtcreator-super-4.1\qtcreator\tests\manual\debugger\simple\simple_test_app.cpp:699
      sModule loaded: D:\build-simple-5_7_msvc2013_32bit-Debug\debug\simple_test_plugin.dll
      
       SENDER:  qobject::Sender(0xcff8d8, name = "Sender")
       "HiDu"
      
       3 4
       Test
       7
       Breakpoint 102300 hit
       eax=00cff8e0 ebx=00b3d000 ecx=00cff944 edx=00cff8b8 esi=0000000c edi=00e0ed20
       eip=00d72b45 esp=00cff888 ebp=00cff8ec iopl=0         nv up ei ng nz na po nc
       cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000282
       > 2330:         QSettings settings("/tmp/test.ini", QSettings::IniFormat);
       simple_test_app!final::testQSettings+0x25:
        2330 00d72b45 68c849e200      push    offset simple_test_app!__xi_z+0x104c (00e249c8)
      sStopped at breakpoint 23 (23) 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.value,local.settings" -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 0x89E4 
       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.settings",name="settings",type="class QSettings",exp="*(QSettings *)0xcff8bc",address="0xcff8bc",size="8",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.value",name="value",type="class QVariant",exp="*(QVariant *)0xcff89c",address="0xcff89c",size="16",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"}]
       <Rebuild Watchmodel 319 @ 13:14:15.736 [300325ms] >
      sFinished retrieving data
      
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -W 2
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.app",name="app",type="class QApplication",exp="*(QApplication *)0xcff944",address="0xcff944",size="8",valueencoded="utf16:2:0",value="63006c00610073007300200051004100700070006c00690063006100740069006f006e00",valueenabled="true",valueeditable="false",numchild="77"},{iname="local.argc",name="argc",type="int",exp="*(int *)0xcff97c",address="0xcff97c",size="4",valueencoded="utf16:2:0",value="3100",valueenabled="true",valueeditable="true",numchild="0"},{iname="local.argv",name="argv",type="char **",exp="*(char ***)0xcff980",address="0xcff980",origaddr="0xf1a270",size="4",valueencoded="utf16:2:0",value="30007800660031006100320037003000",valueenabled="true",valueeditable="false",numchild="1"},{iname="local.b",name="b",type="bool",exp="*(bool *)0xcff967",address="0xcff967",size="1",valueencoded="utf16:2:0",value="7400720075006500",valueenabled="true",valueeditable="true",numchild="0"},{iname="local.c",name="c",type="class QChar",exp="*(QChar *)0xcff960",address="0xcff960",size="2",valueencoded="utf16:2:0",value="27009e1e27002000280037003800330038002900",valueenabled="true",valueeditable="false",numchild="1"},{iname="local.z",name="z",type="int",exp="*(int *)0xcff94c",address="0xcff94c",size="4",valueencoded="utf16:2:0",value="31003200",valueenabled="true",valueeditable="true",numchild="0"}]
       <Rebuild Watchmodel 320 @ 13:14:18.439 [2703ms] >
      sFinished retrieving data
      
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -W 1
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.app",name="app",type="class QCoreApplication *",exp="*(QCoreApplication **)0xcff8fc",address="0xcff8fc",origaddr="0xcff944",size="4",valueencoded="utf16:2:0",value="30007800630066006600390034003400",valueenabled="true",valueeditable="false",numchild="77"}]
       <Rebuild Watchmodel 321 @ 13:14:18.955 [516ms] >
      sFinished retrieving data
      
      <!qtcreatorcdbext.locals -D -e watch,local,inspect,return -v -c -a -u "local.value,local.settings" -W 0
       DEBUG: , complex dumpers
       DEBUG: expandEntrySet local 
      ddata=[{iname="local.settings",name="settings",type="class QSettings",exp="*(QSettings *)0xcff8bc",address="0xcff8bc",size="8",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"},{iname="local.value",name="value",type="class QVariant",exp="*(QVariant *)0xcff89c",address="0xcff89c",size="16",valueencoded="utf16:2:0",value="3c006e006f007400200069006e002000730063006f00700065003e00",valueenabled="false",valueeditable="false",numchild="0"}]
       <Rebuild Watchmodel 322 @ 13:14:20.736 [1781ms] >
      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:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes