On Fri, Jun 1, 2012 at 10:20 AM, Jonas Ådahl wrote: > 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?
Hi Jonas, No you can't do that with pyclewn, pyclewn uses the gdb/mi interface not the gdb command line interface. See http://sourceware.org/gdb/current/onlinedocs/gdb/GDB_002fMI.html#GDB_002fMI Xavier ------------------------------------------------------------------------------ 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
