Hi, This question might have occurred before, but I have failed to find an answer. Please direct me if there is already information about this.
What I'm looking for is a way to interact directly with GDB via terminal outside of VIM, in a similar way as I use clewn. In other words, I want to run GDB inside a terminal - write commands, navigate history and what not, and not access it via a VIM buffer, while it still enables me to step around, look at variables and control it from within VIM as well. Is there anyway I can achieve this with pyclewn? My typical use case is set break points from VIM; run/interrupt/etc from GDB; navigate the stack trace, step, etc from VIM; disassemble, examine memory and print variables from GDB. To be able to do the things I do in GDB directly from a terminal instead of via the VIM buffer and the VIM commands is what I'm looking for. Jonas ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Pyclewn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyclewn-general
