Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. cdb

    Log in to post
    • All categories
    • C

      Unsolved Windows 7 64-bit configuration to run and debug within Qt 5.5.1
      General and Desktop • compiler cdb debug error debugging 64bit • • configurationinquiry4

      5
      0
      Votes
      5
      Posts
      2533
      Views

      SGaist

      What does you code do ?

    • Asyx

      Unsolved "this" disappears from "locals and expressions" if clicked on during debugging in Qt Creator 4 (Win10 MSVC2015 x64 CDB. Bare C++. No Qt classes used)
      Tools • qtcreator 4 cdb msvc2015 debugging locals • • Asyx

      1
      0
      Votes
      1
      Posts
      574
      Views

      No one has replied

    • Blacktempel

      Unsolved Unexpected CDB Exit
      General and Desktop • msvc2015 qtcreator qt 5.7 64bit cdb • • Blacktempel

      30
      2
      Votes
      30
      Posts
      33027
      Views

      Sprezzatura

      I had the same error, it was caused by a missing DLL.

    • ankit thakar

      Qt creator suddenly stopped to show debug info
      General and Desktop • cdb debugging • • ankit thakar

      3
      0
      Votes
      3
      Posts
      988
      Views

      ankit thakar

      yes it does

    • T

      CDB debugger not showing globals right Qt 5.5 msvc2013 Qt Creator 3.5
      General and Desktop • debug global vars cdb • • tommy

      1
      0
      Votes
      1
      Posts
      710
      Views

      No one has replied

    • P

      CDB Debugger
      Installation and Deployment • cdb visual studio debug • • Pale90

      2
      0
      Votes
      2
      Posts
      2467
      Views

      S

      I am exactly getting the same problem may be we need to add exception in MSVC

    • C

      Debugging an application on Vm Ware with CDB in QtCreator
      Tools • cdb debugger • • CheeseBurger

      3
      0
      Votes
      3
      Posts
      1838
      Views

      C

      Thanks for the reply. I have read the link about the pipe and tried a couple of other things (they didnt' work anyway )

      First, i renamed the external pipe in VmWare settings to : superpipe22. I made sure, that the pipe is connected to vmware. Also the name of the computer in VmWare operating system (windows 8) is : SUPERPC
      Then i changed the server creation first like this:
      **
      cdb -server npipe:pipe=\S
      UPERPC\pipe\superpipe22 C:\tests\clean_deploy\clean_deploy\myapp.exe**

      and tried to connect with
      npipe:server=SUPERPC,pipe=\SUPERPC\pipe\superpipe22

      npipe:pipe=\SUPERPC\pipe\superpipe22

      npipe:server=SUPERPC,pipe=superpipe22

      npipe:server=SUPERPC,pipe=superpipe22

      Then i went to cdb folder, manually ran it and tried:

      1

      cdb -QR \\SUPERPC
      Servers on \\SUPERPC:
      Unable to query \\SUPERPC

      2

      cdb -QR \\SUPERPC\pipe\superpipe22
      Servers on \\SUPERPC\pipe\superpipe22:
      Unable to query \\SUPERPC\pipe\superpipe22

      3

      cdb -QR \\.\pipe\superpipe22
      Servers on \\.\pipe\superpipe22:
      Unable to query \\.\pipe\superpipe22

      So cdb cannot access the VmWare even trough the pipe. I think the problem is that VmWare is not reachable under the name SUPERPC. I know its not the topic of this forum, but can you suggest any tips, on how i can access my VmWare OS by the servername? My VmWare is not using bridged connection it has its own network with its own modem etc. (That's why i'm testing my application there).

    • Zehryo

      [QT 5.5 Opensource] ~ What debugger is best for me?
      General and Desktop • compiler vs 2013 opensource debugger cdb windows sdk • • Zehryo

      8
      0
      Votes
      8
      Posts
      3488
      Views

      G

      Well, if you've been using it already for so long and you didn't find it frustrating then it's okay, my comment was only for newbies (and you're no longer in that category after months of using it)