2017-05-16 04:16 PM
Hello C++ afficionados,
has anybody successfully worked out how to use gdb pretty printing for displaying the contents of stl containers here?
Especially for Atollic TrueStudio?
If so, could somebody give me a hint on how to do it?
So far, if I manually start a python-aware gdb server, it seems to
a) not be listening on the correct port and
b) not be able to process the python .gdbinit startup code, even if I enter it manually in the console.
#c++ #pretty-printing #gdb #stl