Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QTCreator debug Exception
Forum Updated to NodeBB v4.3 + New Features

QTCreator debug Exception

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 3.6k Views 1 Watching
  • 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.
  • R Offline
    R Offline
    redlars
    wrote on last edited by
    #1

    Environment is Windows XP SP3 and QTCreator 2.6.0

    Using QT 4.7.1 library.

    Running "Start debugging" in QTCreator in a QT Gui application project.

    In a status bar in QTCreator I get "Exception at 0x7c812aeb, Code: 0x406d1388: Startup complete, flags=0x0 in kernel32!RaiseException" but QTCreator does not break on the exception even though "Break on C++ exception" is checked in Options->Debugger.

    Using another debugger no exception appear to happen.

    How can I find out more about this exception?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      PeterSvP
      wrote on last edited by
      #2

      This "Exception" Is always thrown by CDB when the Executable is loaded into memory and its entry point is about to run. Not a REAL exception.

      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