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. Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint
Forum Updated to NodeBB v4.3 + New Features

Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 273 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.
  • U Offline
    U Offline
    unknown_error
    wrote on last edited by unknown_error
    #1

    Hello, after encountering a breakpoint at startup with Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint, I am using Windows 10. The application runs very well without debugging, but as soon as I run it with debugging, it immediately hits a breakpoint. I have tried various settings in CDB without success! I used -c "sxn 0x40010005" to bypass the problem, but then it runs and closes right away. I’m a newbie with Qt, so kindly please help."

    528f527f-ffbf-4595-874c-f796ad5dd5f0-image.png

    f419b204-4511-42ee-91ca-b24883b1b08b-image.png

    JonBJ 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • U unknown_error

      Hello, after encountering a breakpoint at startup with Exception at 0x7ffab88fd10d, code: 0x40010005 breakpoint, I am using Windows 10. The application runs very well without debugging, but as soon as I run it with debugging, it immediately hits a breakpoint. I have tried various settings in CDB without success! I used -c "sxn 0x40010005" to bypass the problem, but then it runs and closes right away. I’m a newbie with Qt, so kindly please help."

      528f527f-ffbf-4595-874c-f796ad5dd5f0-image.png

      f419b204-4511-42ee-91ca-b24883b1b08b-image.png

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @unknown_error
      I do not use Windows/MSVC/CDB so cannot answer any deeper than this, but it is a "first chance exception". That is an MSVC debugger thing and should be ignored --- you are not interested in any first chance exceptions which occur. Try unchecking that First chance exceptions checkbox? Does the debugger actually stop at that breakpoint? In which case you will just have to continue from there. I do not know if you can permanently ignore it.

      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