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