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. Custom python debug helpers broken?
Forum Updated to NodeBB v4.3 + New Features

Custom python debug helpers broken?

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
2 Posts 1 Posters 309 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.
  • G Offline
    G Offline
    Gino
    wrote on 27 Apr 2020, 14:49 last edited by Gino
    #1

    Hi,

    I have some custom debug helpers that work till QtCreator 4.9.2.
    When I try to use exactly the same debug helpers with a release from 4.10 or later these debug helpers don't seem to work anymore. ( Don't get any error or warning message). I tried newer version till latest version 4.12 but none work.
    Funny part is: if I copy share/qtcreator/debugger/gdbbridge.py from the 4.9.2 release to 4.10.0 release, my debug helpers work again

    Does anybody know if this is a deliberate change in qtcreator since 4.10.0 with respect to these Python debug helpers?
    If yes, how should I adapt my debug helpers to work with newer version?

    Or maybe this is a bug in qtcreator?

    Best regards,

    Gino

    1 Reply Last reply
    0
    • G Offline
      G Offline
      Gino
      wrote on 27 Apr 2020, 19:51 last edited by
      #2

      Hi,

      found solution myself: it seems the custom .py file needs to include
      import dumper
      instead of
      from dumper import *

      as it is also shown in the new personaltypes.py example.

      This makes my debug helpers work for all versions.

      Best regards,

      Gino

      1 Reply Last reply
      1

      1/2

      27 Apr 2020, 14:49

      • Login

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