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

Breakpoint with hourglass

    XMLWordPrintable

Details

    Description

      Hello everybody,
      I have an issue in the following configuration.

      • QTcreator 4.5.1, based on QT 5.10.1 (MSVC 2015, 32 bit)
      • Windows 7 PC 64 bit
      • CDB installed from Windos SDK (versione 6.12.0002.633, ABI x86-windows-msvc2010-pe-32bit)
      • Compiler: MSVC 9.0 (both 64 and 32 bit)
      • QT 4.8.5 x86

      I'm able to build the project, but I fail running the DEBUG. I built the code using the Debug configuration, and here is the generated CLI on te compile output panel:

       

      17:00:07: Running steps for project Test...
      
      17:00:07: Configuration unchanged, skipping qmake step.
      
      17:00:07: Starting: "C:\Qt\qtcreator-4.5.1\bin\jom.exe"
      
      C:\Qt\qtcreator-4.5.1\bin\jom.exe -f Makefile.Debug
      
      cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189 -DUNICODE -DWIN32 -DQT_DEPRECATED_WARNINGS -DQT_DLL -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -I"..\..\..\..\Qt\4.8.5_x86\include\QtCore" -I"..\..\..\..\Qt\4.8.5_x86\include" -I"..\..\..\..\Qt\4.8.5_x86\include\ActiveQt" -I"debug" -I"..\Test" -I"." -I"..\..\..\..\Qt\4.8.5_x86\mkspecs\win32-msvc2008" -Fodebug\ @C:\Users\parodig.EDG\AppData\Local\Temp\main.obj.5468.16.jom
      
      main.cpp
      
      link /LIBPATH:"c:\Qt\4.8.5_x86\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /MANIFEST /MANIFESTFILE:"debug\Test.intermediate.manifest" /OUT:debug\Test.exe @C:\Users\parodig.EDG\AppData\Local\Temp\Test.exe.5468.7348.jom
      
      mt.exe -nologo -manifest "debug\Test.intermediate.manifest" -outputresource:debug\Test.exe;1
      
      17:00:17: The process "C:\Qt\qtcreator-4.5.1\bin\jom.exe" exited normally.
      
      17:00:17: Elapsed time: 00:10.
      

      While running the debugger, each time I place a breakpoint in the code, a hourglass appears and the breakpoint does'nt work.

      Here is the output of the Debugger Log panel:

       

      sStarting debugger "CdbEngine" for ABI "x86-windows-msvc2008-pe-32bit"...
      
      dStart parameters: 'test_2' mode: 1
      
      dABI: x86-windows-msvc2008-pe-32bit
      
      dLanguages: c++
      
      dExecutable: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      dDirectory: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug
      
      dDebugger: C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe
      
      dProject: C:\Users\parodig.EDG\Documents\test_2
      
      dAdditional Search Directories:
      
      dSysroot:
      
      dDebug Source Location:
      
      dDebugger settings:
      
      dAdditionalArguments: (default: )
      
      dAdjustBreakpointLocations: true (default: true)
      
      dAllPluginBreakpoints: true (default: true)
      
      dAlwaysAdjustColumnWidths: true (default: true)
      
      dAutoDerefPointers: true (default: true)
      
      dAutoEnrichParameters: true (default: true)
      
      dAutoQuit: false (default: false)
      
      dBreakEvent: eh (default: ) ***
      
      dBreakOnAbort: false (default: false)
      
      dBreakOnCatch: false (default: false)
      
      dBreakOnCrtDbgReport: false (default: false)
      
      dBreakOnFatal: false (default: false)
      
      dBreakOnThrow: false (default: false)
      
      dBreakOnWarning: false (default: false)
      
      dBreakpointCorrection: true (default: true)
      
      dBreakpointsFullPath: false (default: false)
      
      dCDB_Console: true (default: false) ***
      
      dCloseBuffersOnExit: false (default: false)
      
      dCloseMemoryBuffersOnExit: true (default: true)
      
      dDisplayStringLimit: 100 (default: 100)
      
      dEnableReverseDebugging: false (default: false)
      
      dExtraDumperFile: (default: )
      
      dFontSizeFollowsEditor: false (default: false)
      
      dGdbCustomDumperCommands: (default: )
      
      dGdbPostAttachCommands: (default: )
      
      dGdbStartupCommands: (default: )
      
      dIdentifyDebugInfoPackages: false (default: false)
      
      dIgnoreFirstChanceAccessViolation: true (default: false) ***
      
      dIntelFlavor: false (default: false)
      
      dLoadGdbDumpers2: false (default: false)
      
      dLoadGdbInit: true (default: true)
      
      dLogTimeStamps: false (default: false)
      
      dMaximalStackDepth: 20 (default: 20)
      
      dMaximalStringLength: 10000 (default: 10000)
      
      dMultiInferior: false (default: false)
      
      dNoPluginBreakpoints: false (default: false)
      
      dQmlInspector.ShowAppOnTop: false (default: false)
      
      dRaiseOnInterrupt: true (default: true)
      
      dRegisterForPostMortem: false (default: false)
      
      dSelectedPluginBreakpoints: false (default: false)
      
      dSelectedPluginBreakpointsPattern: .* (default: .*)
      
      dShowQObjectNames2: true (default: true)
      
      dShowQmlObjectTree: true (default: true)
      
      dShowQtNamespace: true (default: true)
      
      dShowStandardNamespace: true (default: true)
      
      dShowThreadNames: false (default: false)
      
      dSkipKnownFrames: false (default: false)
      
      dSortStructMembers: true (default: true)
      
      dSourcePaths: (default: )
      
      dStationaryEditorWhileStepping: false (default: false)
      
      dSwitchModeOnExit: false (default: false)
      
      dSymbolPaths: (default: )
      
      dTargetAsync: false (default: false)
      
      dUseAddressInBreakpointsView: false (default: false)
      
      dUseAddressInStackView: false (default: false)
      
      dUseAlternatingRowColours: false (default: false)
      
      dUseCodeModel: true (default: true)
      
      dUseDebuggingHelper: true (default: true)
      
      dUseDynamicType: true (default: true)
      
      dUseMessageBoxForSignals: true (default: true)
      
      dUsePythonDumper: false (default: true) ***
      
      dUseToolTips: true (default: true)
      
      dUseToolTipsInBreakpointsView: true (default: false) ***
      
      dUseToolTipsInBreakpointsView: true (default: true)
      
      dUseToolTipsInLocalsView: false (default: false)
      
      dWarnOnReleaseBuilds: true (default: true)
      
      dWatchdogTimeout: 20 (default: 20)
      
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      
      dCALL: SETUP ENGINE
      
      Launching C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -2 -x -y "" C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      using C:\Qt\qtcreator-4.5.1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll of 10/02/2018 03:49.
      
      C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe running as 12212
      
      Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
      
      Using codemodel based breakpoint correction.
      
      Copyright (c) Microsoft Corporation. All rights reserved.
      
      CommandLine: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      
      
      
      WARNING: Inaccessible path: '""'
      
      Symbol search path is: ""
      
      Executable search path is:
      
      sModule loaded: test_2.exe
      
      sModule loaded: ntdll.dll
      
      sModule loaded: C:\WINDOWS\syswow64\kernel32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\KERNELBASE.dll
      
      
      
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCP90D.dll
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCR90D.dll
      
      (2f38.28c8): Break instruction exception - code 80000003 (first chance)
      
      eax=00000000 ebx=00000000 ecx=23520000 edx=001ee338 esi=fffffffe edi=00000000
      
      eip=77330fc4 esp=003bf44c ebp=003bf478 iopl=0 nv up ei pl zr na pe nc
      
      cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
      
      77330fc4 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) [master]
      
      dCALL: SETUP INFERIOR
      
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
      
      <bu100100 `C:\Users\parodig.EDG\Documents\Test\main.cpp:12`
      
      <bu100200 `C:\Users\parodig.EDG\Documents\Test\main.cpp:9`
      
      <bu100500 `C:\Users\parodig.EDG\Documents\test_2\main.cpp:7`
      
      <!qtcreatorcdbext.breakpoints -v
      
      <.symopt+0x8000
      
      <sxn 0x4000001f
      
      <sxn ibp
      
      <.asm source_line
      
      <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
      
      <!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
      
      3 breakpoint(s) pending...
      
      Symbol options are 0xB8237:
      
      0x00000001 - SYMOPT_CASE_INSENSITIVE
      
      0x00000002 - SYMOPT_UNDNAME
      
      0x00000004 - SYMOPT_DEFERRED_LOADS
      
      0x00000010 - SYMOPT_LOAD_LINES
      
      0x00000020 - SYMOPT_OMAP_FIND_NEAREST
      
      0x00000200 - SYMOPT_FAIL_CRITICAL_ERRORS
      
      0x00008000 - SYMOPT_NO_PUBLICS
      
      0x00010000 - SYMOPT_AUTO_PUBLICS
      
      0x00020000 - SYMOPT_NO_IMAGE_SEARCH
      
      0x00080000 - SYMOPT_NO_PROMPTS
      
      Assembly options: source_line
      
      Qt Creator CDB extension version 4.3 32 bit.
      
      dTaking notice of pid 12088
      
      dNOTE: INFERIOR SETUP OK
      
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
      
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
      
      dCALL: RUN ENGINE
      
      <sxe eh
      
      <g
      
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      
      sRunning.
      
      dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
      
      dNOTE: INFERIOR EXITED
      
      dState changed from InferiorRunOk(11) to InferiorShutdownOk(18) [master]
      
      dState changed from InferiorShutdownOk(18) to EngineShutdownRequested(19) [master]
      
      dCALL: SHUTDOWN ENGINE
      
      <q
      
      sProcess exited (0)
      
      dCDB PROCESS FINISHED, status 0, exit code 0
      
      dNOTE: ENGINE SHUTDOWN OK
      
      dState changed from EngineShutdownRequested(19) to EngineShutdownOk(21) [master]
      
      dState changed from EngineShutdownOk(21) to DebuggerFinished(22) [master]
      
      sDebugger finished.
      
      
      
      
      sStarting debugger "CdbEngine" for ABI "x86-windows-msvc2008-pe-32bit"...
      
      dStart parameters: 'test_2' mode: 1
      
      dABI: x86-windows-msvc2008-pe-32bit
      
      dLanguages: c++
      
      dExecutable: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      dDirectory: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug
      
      dDebugger: C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe
      
      dProject: C:\Users\parodig.EDG\Documents\test_2
      
      dAdditional Search Directories:
      
      dSysroot:
      
      dDebug Source Location:
      
      dDebugger settings:
      
      dAdditionalArguments: (default: )
      
      dAdjustBreakpointLocations: true (default: true)
      
      dAllPluginBreakpoints: true (default: true)
      
      dAlwaysAdjustColumnWidths: true (default: true)
      
      dAutoDerefPointers: true (default: true)
      
      dAutoEnrichParameters: true (default: true)
      
      dAutoQuit: false (default: false)
      
      dBreakEvent: eh (default: ) ***
      
      dBreakOnAbort: false (default: false)
      
      dBreakOnCatch: false (default: false)
      
      dBreakOnCrtDbgReport: false (default: false)
      
      dBreakOnFatal: false (default: false)
      
      dBreakOnThrow: false (default: false)
      
      dBreakOnWarning: false (default: false)
      
      dBreakpointCorrection: true (default: true)
      
      dBreakpointsFullPath: false (default: false)
      
      dCDB_Console: true (default: false) ***
      
      dCloseBuffersOnExit: false (default: false)
      
      dCloseMemoryBuffersOnExit: true (default: true)
      
      dDisplayStringLimit: 100 (default: 100)
      
      dEnableReverseDebugging: false (default: false)
      
      dExtraDumperFile: (default: )
      
      dFontSizeFollowsEditor: false (default: false)
      
      dGdbCustomDumperCommands: (default: )
      
      dGdbPostAttachCommands: (default: )
      
      dGdbStartupCommands: (default: )
      
      dIdentifyDebugInfoPackages: false (default: false)
      
      dIgnoreFirstChanceAccessViolation: true (default: false) ***
      
      dIntelFlavor: false (default: false)
      
      dLoadGdbDumpers2: false (default: false)
      
      dLoadGdbInit: true (default: true)
      
      dLogTimeStamps: false (default: false)
      
      dMaximalStackDepth: 20 (default: 20)
      
      dMaximalStringLength: 10000 (default: 10000)
      
      dMultiInferior: false (default: false)
      
      dNoPluginBreakpoints: false (default: false)
      
      dQmlInspector.ShowAppOnTop: false (default: false)
      
      dRaiseOnInterrupt: true (default: true)
      
      dRegisterForPostMortem: false (default: false)
      
      dSelectedPluginBreakpoints: false (default: false)
      
      dSelectedPluginBreakpointsPattern: .* (default: .*)
      
      dShowQObjectNames2: true (default: true)
      
      dShowQmlObjectTree: true (default: true)
      
      dShowQtNamespace: true (default: true)
      
      dShowStandardNamespace: true (default: true)
      
      dShowThreadNames: false (default: false)
      
      dSkipKnownFrames: false (default: false)
      
      dSortStructMembers: true (default: true)
      
      dSourcePaths: (default: )
      
      dStationaryEditorWhileStepping: false (default: false)
      
      dSwitchModeOnExit: false (default: false)
      
      dSymbolPaths: (default: )
      
      dTargetAsync: false (default: false)
      
      dUseAddressInBreakpointsView: false (default: false)
      
      dUseAddressInStackView: false (default: false)
      
      dUseAlternatingRowColours: false (default: false)
      
      dUseCodeModel: true (default: true)
      
      dUseDebuggingHelper: true (default: true)
      
      dUseDynamicType: true (default: true)
      
      dUseMessageBoxForSignals: true (default: true)
      
      dUsePythonDumper: false (default: true) ***
      
      dUseToolTips: true (default: true)
      
      dUseToolTipsInBreakpointsView: true (default: false) ***
      
      dUseToolTipsInBreakpointsView: true (default: true)
      
      dUseToolTipsInLocalsView: false (default: false)
      
      dWarnOnReleaseBuilds: true (default: true)
      
      dWatchdogTimeout: 20 (default: 20)
      
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      
      dCALL: SETUP ENGINE
      
      Launching C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -2 -x -y "" C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      using C:\Qt\qtcreator-4.5.1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll of 10/02/2018 03:49.
      
      C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe running as 9620
      
      
      
      
      Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
      
      Using codemodel based breakpoint correction.
      
      Copyright (c) Microsoft Corporation. All rights reserved.
      
      CommandLine: C:\Users\parodig.EDG\Documents\build-test_2-Desktop-Debug\debug\test_2.exe
      
      
      
      
      WARNING: Inaccessible path: '""'
      
      Symbol search path is: ""
      
      Executable search path is:
      
      sModule loaded: test_2.exe
      
      sModule loaded: ntdll.dll
      
      sModule loaded: C:\WINDOWS\syswow64\kernel32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\KERNELBASE.dll
      
      
      
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCP90D.dll
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCR90D.dll
      
      (2e20.2168): Break instruction exception - code 80000003 (first chance)
      
      eax=00000000 ebx=00000000 ecx=95580000 edx=0027e388 esi=fffffffe edi=00000000
      
      eip=77330fc4 esp=003ef418 ebp=003ef444 iopl=0 nv up ei pl zr na pe nc
      
      cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
      
      77330fc4 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) [master]
      
      dCALL: SETUP INFERIOR
      
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
      
      <bu100100 `C:\Users\parodig.EDG\Documents\Test\main.cpp:12`
      
      <bu100200 `C:\Users\parodig.EDG\Documents\Test\main.cpp:9`
      
      <bu100500 `C:\Users\parodig.EDG\Documents\test_2\main.cpp:7`
      
      <!qtcreatorcdbext.breakpoints -v
      
      <.symopt+0x8000
      
      <sxn 0x4000001f
      
      <sxn ibp
      
      <.asm source_line
      
      <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
      
      <!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
      
      3 breakpoint(s) pending...
      
      Symbol options are 0xB8237:
      
      0x00000001 - SYMOPT_CASE_INSENSITIVE
      
      0x00000002 - SYMOPT_UNDNAME
      
      0x00000004 - SYMOPT_DEFERRED_LOADS
      
      0x00000010 - SYMOPT_LOAD_LINES
      
      0x00000020 - SYMOPT_OMAP_FIND_NEAREST
      
      0x00000200 - SYMOPT_FAIL_CRITICAL_ERRORS
      
      0x00008000 - SYMOPT_NO_PUBLICS
      
      0x00010000 - SYMOPT_AUTO_PUBLICS
      
      0x00020000 - SYMOPT_NO_IMAGE_SEARCH
      
      0x00080000 - SYMOPT_NO_PROMPTS
      
      Assembly options: source_line
      
      Qt Creator CDB extension version 4.3 32 bit.
      
      dTaking notice of pid 11808
      
      dNOTE: INFERIOR SETUP OK
      
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
      
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
      
      dCALL: RUN ENGINE
      
      <sxe eh
      
      <g
      
      dNOTE: ENGINE RUN AND INFERIOR RUN OK
      
      sRunning.
      
      dState changed from EngineRunRequested(7) to InferiorRunOk(11) [master]
      
      dNOTE: INFERIOR EXITED
      
      dState changed from InferiorRunOk(11) to InferiorShutdownOk(18) [master]
      
      dState changed from InferiorShutdownOk(18) to EngineShutdownRequested(19) [master]
      
      dCALL: SHUTDOWN ENGINE
      
      <q
      
      sProcess exited (0)
      
      dCDB PROCESS FINISHED, status 0, exit code 0
      
      dNOTE: ENGINE SHUTDOWN OK
      
      dState changed from EngineShutdownRequested(19) to EngineShutdownOk(21) [master]
      
      dState changed from EngineShutdownOk(21) to DebuggerFinished(22) [master]
      
      sDebugger finished.
      
      
      
      
      dATTEMPT SYNC
      
      
      
      
      dATTEMPT SYNC
      
      
      
      
      sStarting debugger "CdbEngine" for ABI "x86-windows-msvc2008-pe-32bit"...
      
      dStart parameters: 'Test' mode: 1
      
      dABI: x86-windows-msvc2008-pe-32bit
      
      dLanguages: c++
      
      dExecutable: C:\Users\parodig.EDG\Documents\build-Test-Desktop-Debug\debug\Test.exe
      
      dDirectory: C:\Users\parodig.EDG\Documents\build-Test-Desktop-Debug
      
      dDebugger: C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe
      
      dProject: C:\Users\parodig.EDG\Documents\Test
      
      dAdditional Search Directories:
      
      dSysroot:
      
      dDebug Source Location:
      
      dDebugger settings:
      
      dAdditionalArguments: (default: )
      
      dAdjustBreakpointLocations: true (default: true)
      
      dAllPluginBreakpoints: true (default: true)
      
      dAlwaysAdjustColumnWidths: true (default: true)
      
      dAutoDerefPointers: true (default: true)
      
      dAutoEnrichParameters: true (default: true)
      
      dAutoQuit: false (default: false)
      
      dBreakEvent: eh (default: ) ***
      
      dBreakOnAbort: false (default: false)
      
      dBreakOnCatch: false (default: false)
      
      dBreakOnCrtDbgReport: false (default: false)
      
      dBreakOnFatal: false (default: false)
      
      dBreakOnThrow: false (default: false)
      
      dBreakOnWarning: false (default: false)
      
      dBreakpointCorrection: true (default: true)
      
      dBreakpointsFullPath: false (default: false)
      
      dCDB_Console: false (default: false)
      
      dCloseBuffersOnExit: false (default: false)
      
      dCloseMemoryBuffersOnExit: true (default: true)
      
      dDisplayStringLimit: 100 (default: 100)
      
      dEnableReverseDebugging: false (default: false)
      
      dExtraDumperFile: (default: )
      
      dFontSizeFollowsEditor: false (default: false)
      
      dGdbCustomDumperCommands: (default: )
      
      dGdbPostAttachCommands: (default: )
      
      dGdbStartupCommands: (default: )
      
      dIdentifyDebugInfoPackages: false (default: false)
      
      dIgnoreFirstChanceAccessViolation: false (default: false)
      
      dIntelFlavor: false (default: false)
      
      dLoadGdbDumpers2: false (default: false)
      
      dLoadGdbInit: true (default: true)
      
      dLogTimeStamps: false (default: false)
      
      dMaximalStackDepth: 20 (default: 20)
      
      dMaximalStringLength: 10000 (default: 10000)
      
      dMultiInferior: false (default: false)
      
      dNoPluginBreakpoints: false (default: false)
      
      dQmlInspector.ShowAppOnTop: false (default: false)
      
      dRaiseOnInterrupt: true (default: true)
      
      dRegisterForPostMortem: false (default: false)
      
      dSelectedPluginBreakpoints: false (default: false)
      
      dSelectedPluginBreakpointsPattern: .* (default: .*)
      
      dShowQObjectNames2: true (default: true)
      
      dShowQmlObjectTree: true (default: true)
      
      dShowQtNamespace: true (default: true)
      
      dShowStandardNamespace: true (default: true)
      
      dShowThreadNames: false (default: false)
      
      dSkipKnownFrames: false (default: false)
      
      dSortStructMembers: true (default: true)
      
      dSourcePaths: (default: )
      
      dStationaryEditorWhileStepping: false (default: false)
      
      dSwitchModeOnExit: false (default: false)
      
      dSymbolPaths: (default: )
      
      dTargetAsync: false (default: false)
      
      dUseAddressInBreakpointsView: false (default: false)
      
      dUseAddressInStackView: false (default: false)
      
      dUseAlternatingRowColours: false (default: false)
      
      dUseCodeModel: true (default: true)
      
      dUseDebuggingHelper: true (default: true)
      
      dUseDynamicType: true (default: true)
      
      dUseMessageBoxForSignals: true (default: true)
      
      dUsePythonDumper: false (default: true) ***
      
      dUseToolTips: true (default: true)
      
      dUseToolTipsInBreakpointsView: true (default: false) ***
      
      dUseToolTipsInBreakpointsView: true (default: true)
      
      dUseToolTipsInLocalsView: false (default: false)
      
      dWarnOnReleaseBuilds: true (default: true)
      
      dWatchdogTimeout: 20 (default: 20)
      
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      
      dCALL: SETUP ENGINE
      
      Launching C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe -aqtcreatorcdbext.dll -lines -G -c .idle_cmd !qtcreatorcdbext.idle -2 -y "" C:\Users\parodig.EDG\Documents\build-Test-Desktop-Debug\debug\Test.exe
      
      using C:\Qt\qtcreator-4.5.1\lib\qtcreatorcdbext32\qtcreatorcdbext.dll of 10/02/2018 03:49.
      
      C:\Program Files (x86)\Debugging Tools for Windows (x86)\cdb.exe running as 10092
      
      
      
      
      Microsoft (R) Windows Debugger Version 6.12.0002.633 X86
      
      Using codemodel based breakpoint correction.
      
      Copyright (c) Microsoft Corporation. All rights reserved.
      
      CommandLine: C:\Users\parodig.EDG\Documents\build-Test-Desktop-Debug\debug\Test.exe
      
      
      
      
      WARNING: Inaccessible path: '""'
      
      Symbol search path is: ""
      
      Executable search path is:
      
      sModule loaded: Test.exe
      
      sModule loaded: ntdll.dll
      
      
      
      
      sModule loaded: C:\WINDOWS\syswow64\kernel32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\KERNELBASE.dll
      
      
      
      
      sModule loaded: C:\Qt\4.8.5_x86\bin\QtCored4.dll
      
      sModule loaded: C:\WINDOWS\syswow64\USER32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\GDI32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\LPK.dll
      
      sModule loaded: C:\WINDOWS\syswow64\USP10.dll
      
      sModule loaded: C:\WINDOWS\syswow64\msvcrt.dll
      
      sModule loaded: C:\WINDOWS\syswow64\ADVAPI32.dll
      
      sModule loaded: C:\WINDOWS\SysWOW64\sechost.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\ole32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\WS2_32.dll
      
      sModule loaded: C:\WINDOWS\syswow64\NSI.dll
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCP90D.dll
      
      sModule loaded: C:\WINDOWS\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCR90D.dll
      
      (2dfc.1e34): Break instruction exception - code 80000003 (first chance)
      
      eax=00000000 ebx=00000000 ecx=2ddd0000 edx=000ae368 esi=fffffffe edi=00000000
      
      eip=77330fc4 esp=002af68c ebp=002af6b8 iopl=0 nv up ei pl zr na pe nc
      
      cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000246
      
      77330fc4 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) [master]
      
      dCALL: SETUP INFERIOR
      
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
      
      <bu100100 `C:\Users\parodig.EDG\Documents\Test\main.cpp:12`
      
      <bu100200 `C:\Users\parodig.EDG\Documents\Test\main.cpp:9`
      
      <bu100500 `C:\Users\parodig.EDG\Documents\test_2\main.cpp:7`
      
      <bu100700 `C:\Users\parodig.EDG\Documents\prova_cmake\main.cpp:7`
      
      <!qtcreatorcdbext.breakpoints -v
      
      <.symopt+0x8000
      
      <sxn 0x4000001f
      
      <sxn ibp
      
      <.asm source_line
      
      <!qtcreatorcdbext.setparameter maxStringLength=10000 maxStackDepth=20
      
      <!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
      
      4 breakpoint(s) pending...
      
      Symbol options are 0xB8237:
      
      0x00000001 - SYMOPT_CASE_INSENSITIVE
      
      0x00000002 - SYMOPT_UNDNAME
      
      0x00000004 - SYMOPT_DEFERRED_LOADS
      
      0x00000010 - SYMOPT_LOAD_LINES
      
      0x00000020 - SYMOPT_OMAP_FIND_NEAREST
      
      0x00000200 - SYMOPT_FAIL_CRITICAL_ERRORS
      
      0x00008000 - SYMOPT_NO_PUBLICS
      
      0x00010000 - SYMOPT_AUTO_PUBLICS
      
      0x00020000 - SYMOPT_NO_IMAGE_SEARCH
      
      0x00080000 - SYMOPT_NO_PROMPTS
      
      Assembly options: source_line
      
      Qt Creator CDB extension version 4.3 32 bit.
      
      dTaking notice of pid 11772
      
      dNOTE: INFERIOR SETUP OK
      
      dState changed from InferiorSetupRequested(4) to InferiorSetupOk(6) [master]
      
      dState changed from InferiorSetupOk(6) to EngineRunRequested(7) [master]
      
      dCALL: RUN ENGINE
      
      <sxe eh
      
      <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: C:\WINDOWS\syswow64\MSCTF.dll
      
      sModule loaded: C:\WINDOWS\SysWOW64\winmm.dll
      
      dNOTE: INFERIOR EXITED
      
      dState changed from InferiorRunOk(11) to InferiorShutdownOk(18) [master]
      
      dState changed from InferiorShutdownOk(18) to EngineShutdownRequested(19) [master]
      
      dCALL: SHUTDOWN ENGINE
      
      <q
      
      sProcess exited (0)
      
      dCDB PROCESS FINISHED, status 0, exit code 0
      
      dNOTE: ENGINE SHUTDOWN OK
      
      dState changed from EngineShutdownRequested(19) to EngineShutdownOk(21) [master]
      
      dState changed from EngineShutdownOk(21) to DebuggerFinished(22) [master]
      
      sDebugger finished.
      
      
      

      I tried fixing the issue by my self (see https://forum.qt.io/topic/88304/breakpoint-with-hourglass/2) by I'm not able to find the problem solution.

      If required, I can provide further platform information.

      Immagine.png and Immagine 1.png provide details about KIT and debugger configuration.

      Best regards

      Giovanni

       

      Attachments

        1. Immagine_1.png
          Immagine_1.png
          72 kB
        2. Immagine.png
          Immagine.png
          77 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            davschul David Schulz
            giox79 Giovanni Parodi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes