Re: [Cgdb-users] key bindings
Brought to you by:
bobbybrasko,
crouchingturbo
From: Mike M. <mmu...@cs...> - 2004-08-17 00:55:55
|
Hi James, Nice to hear from you. I'm glad cgdb has been useful to you. 1. Bob and I are currently working on an overhaul for cgdb.=20 Unfortunately I haven't been able to put a lot of time into it, but that should change soon. The new concept will be much like you described, where window changing is exactly like it is in vim. C-w j and C-w k will work, as well as :split, :vsplit, etc. I'm currently working on the window manager library that will make this possible. Hopefully you can make do with the current version until a beta of this new stuff comes out= . :) 2. That's a good question, I'll check into it! Mike > > Hi, > > I used cgdb almost everyday at work to do debugging > whenever I need to debug on linux machines. Having used > it often, I find some things that perhaps you might want > to consider, namely key-bindings. > > 1. The keys were supposed to vi-like, but it uses <esc> > to switch between source, io and debug windows. But <esc> in > vi changes from insert mode to command mode, which is very > confusing to me sometimes. I find myself unconsciously > hitting the <esc> key often! Another problem also arises when I > tried to use arrow keys to move up and down the output/debug > window. Since those keys also send out escape sequences, > I often find the cursor jumping to the source window instead > of paging, and I cannot page. This is quite limiting for me > since I often have tons of output to look through. > > vim uses ctrl-w j or k to move up or down, which is ok (but > more keystrokes) > > > 2. I can't seem to get vi mode in readline in cgdb. Is it > allowed? It works in plain gdb. > > thanks a lot. > > > James. > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Cgdb-users mailing list > Cgd...@li... > https://lists.sourceforge.net/lists/listinfo/cgdb-users > |