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. Disable GDB output?
Forum Updated to NodeBB v4.3 + New Features

Disable GDB output?

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

    When debugging my program, application output console is flooded by "RTTI symbol not found for class" messages for a certain class. It contains no useful information and is making the debugging a pain. Is there a way to disable this or all GDB messages in QT Creator?

    JonBJ 1 Reply Last reply
    0
    • M mmikkone

      When debugging my program, application output console is flooded by "RTTI symbol not found for class" messages for a certain class. It contains no useful information and is making the debugging a pain. Is there a way to disable this or all GDB messages in QT Creator?

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

      @mmikkone
      I believe you will have trouble suppressing these messages. If you run gdb outside of Qt Creator you will see these messages. And I believe the only way of suppressing them would be via gdb ... 2>/dev/null, which probably won't be available/play right from Creator.

      1 Reply Last reply
      1

      • Login

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