[Cgdb-users] GDB mode won't work after input some undefined command
Brought to you by:
bobbybrasko,
crouchingturbo
From: aj3423 <aj...@gm...> - 2011-12-14 15:26:21
|
Hi, I'm trying cgdb on win7 32bit +cygwin, and got a problem, here's how to reproduce it: 1. open cgdb by double clicking the cgdb.exe 2. type any undefined command like "abcd", as shown in the picture 3. after gdb echos the error text, the command won't work anymore, the <Enter> key just bringing up new lines, but not executing the command. I tried <ctrl>+ l, still doesn't work is this a bug or I missed something? Thanks. http://i1021.photobucket.com/albums/af333/aj3423/cgdb-1.png[image: cgdb-1.png] |