Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: dragulj
« on: February 22, 2025, 03:48:03 AM »

I see that in toolconfig/vsdebug/python/qt you have some pretty printers for Qt. But they are not working in debug sessions, I can't see even QString properly. From debug.log I see this:

GDB send: command=python
GDB send: command=sys.path.insert(0, '
GDB send: command=/home/aleks/vs/toolconfig/vsdebug/python
GDB send: command=')
GDB send: command=from libstdcxx.v6.printers import register_libstdcxx_printers
GDB send: command=register_libstdcxx_printers (None)
GDB send: command=from libstdcxx.v6.xmethods import register_libstdcxx_xmethods
GDB send: command=register_libstdcxx_xmethods (None)
GDB send: command=from qt.printers import register_qt4_printers
GDB send: command=register_qt4_printers (None)
GDB send: command=from wx.printers import register_wx_printers
GDB send: command=register_wx_printers (None)
GDB send: command=from slickedit.printers import register_slickedit_printers
GDB send: command=register_slickedit_printers (None)
GDB send: command=from boost.printers import register_printer_gen
GDB send: command=register_printer_gen (None)
GDB send: command=end

so I suppose these printers are loaded (or maybe not?)

How would I resolve this problem, does anybody know? I am using the latest 29.0.1 Pro