Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugger exception
Forum Updated to NodeBB v4.3 + New Features

Debugger exception

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 298 Views 2 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.
  • A Offline
    A Offline
    addebito
    wrote on last edited by
    #1

    Hi at all,
    when I run the application that use some external DLL in debug mode by the IDE (F5) I get some warnings like these.

    fdfb1e78-7039-41c4-8c0e-93aa581423ee-immagine.png

    Seems the code inside dll raise an exception.
    There is a way to suppress it or (better) to know what kind of exception is it?

    Thank you

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      If you dont have the source code so you can fix the actual error then i think you can suppress it by unchecking
      alt text

      1 Reply Last reply
      3
      • A Offline
        A Offline
        addebito
        wrote on last edited by
        #3

        Thank you @mrjj , but what does the First and Second chance exceptions mean?

        mrjjM 1 Reply Last reply
        0
        • A addebito

          Thank you @mrjj , but what does the First and Second chance exceptions mean?

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @addebito

          Hi
          It's about the debugger being first to see an exception (before the app)
          and if the app dont handle it, the debugger sees it after (second).
          That is the short story and also depends on the setup :)

          https://sites.google.com/site/practicetestautomation/fcesce

          1 Reply Last reply
          4

          • Login

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