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 boost pretty printing

QtCreator boost pretty printing

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

    I've seen that the debug display of variables can be enhanced with python scripts (debugging helpers). I was just doing a little test using boost:bimap, and it doesn't seem to be prettified like std::map is. Is there a source for debugging helpers for boost? I didn't find anything on github.

    andrA 1 Reply Last reply
    0
    • P paulf

      I've seen that the debug display of variables can be enhanced with python scripts (debugging helpers). I was just doing a little test using boost:bimap, and it doesn't seem to be prettified like std::map is. Is there a source for debugging helpers for boost? I didn't find anything on github.

      andrA Offline
      andrA Offline
      andr
      wrote on last edited by
      #2

      The canonical place to put these is ./share/qtcreator/debugger/boosttypes.py in your creator installation. Things should get picked up automatically from there.

      I just noticed that there's already some stub for boost::bimap in there, supposedly to display the number of elements (only).

      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