Sebastian Wölke
2013-08-14 18:00:09 UTC
Hello,
I currently use vim with pylcewn to debug my cpp programms.
To debug STL-containers like vectors or maps comfortablely I added a
recommended script to my .gdbinit file (
http://www.yolinux.com/TUTORIALS/GDB-Commands.html#STLDEREF). This script
adds a few commands like pvector (print vector) or pmap (print map) to the
gdb command set. Is it possible to use this commands in my vim environment?
I tried :Cpvector but vim responses always with: "E492: Not an editor
command: Cpvector" and I didn't find any solutions in the manuals.
Regards,
Sebastian
I currently use vim with pylcewn to debug my cpp programms.
To debug STL-containers like vectors or maps comfortablely I added a
recommended script to my .gdbinit file (
http://www.yolinux.com/TUTORIALS/GDB-Commands.html#STLDEREF). This script
adds a few commands like pvector (print vector) or pmap (print map) to the
gdb command set. Is it possible to use this commands in my vim environment?
I tried :Cpvector but vim responses always with: "E492: Not an editor
command: Cpvector" and I didn't find any solutions in the manuals.
Regards,
Sebastian