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. Debugging helpers and standard GDB pretty printers
Forum Updated to NodeBB v4.3 + New Features

Debugging helpers and standard GDB pretty printers

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 1.4k 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.
  • G Offline
    G Offline
    GreenSnake
    wrote on last edited by
    #1

    Hello to all.

    Please excuse me for my english skill.

    I want to make pretty printers for library I work with. I found "documentation for qt_creator":http://qt-project.org/doc/qtcreator-2.7/creator-debugging-helpers.html and "documentation for GDB pretty printers":http://sourceware.org/gdb/onlinedocs/gdb/Pretty-Printing.html#Pretty-Printing .

    I am a bit confused.

    I want sometimes debug my programs in QtCreator, and sometimes in pure GDB (too long to explain why).
    Do I understand right that I need two different sets with pretty printers - one for pure GDB and one (based on qdump__* functions) for QtCreator, and there is no way to make and use only one set?

    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