Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. CDB Debugger

CDB Debugger

Scheduled Pinned Locked Moved Installation and Deployment
cdbvisual studiodebug
2 Posts 2 Posters 2.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pale90
    wrote on last edited by
    #1

    I have a problem with the CDB debugger.

    In particular if I try to use the predefined kit MinGW, all the debugging functionalities work correctly, whereas if I try to use the Visual Studio Kit, Qt Creator generates some issue.

    Note that I'm using the Visual Studio Express 2012 version and I have installed separately the CDB debugger, following a guide found on the Qt website.

    The problem arises only while I'm debugging an application in which there is at least one call to the QFileDialog operations, because for simple application in which I'm not going to use this functionality the debugger works fine.

    As soon as the QFileDialog operation is called, in the "Issues" box of the Qt Creator the following errors appear:

    Exception at 0x77444598, code: 0x6ba: RPC server unavailable, flags=0x1 (execution cannot be continued) (first chance)
    
    Exception at 0x77444598, code: 0x8001010e: , flags=0x1 (execution cannot be continued) (first chance)
    

    The strange thing is that my program (the one that I'm debugging) continues to work but if I have put some breakpoints inside my code, these breakpoints will be ignored.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sebastian
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved