pyclewn 2.2
gdb
C language
ubuntu 14.04 lts gnome-terminal
let g:pyclewn_terminal="gnome-terminal,-x"
let g:pyclewn_args = "--args=-q --gdb=async --window=top --maxlines=10000 --background=Cyan,Green,Magenta"
not like pyclewn 1.x
the gnome-terminal doesen't show the output of printf or let the user input (scanf)???
Please use the ':Cinferiortty' command. See ':help inferior_tty'.
For example:
:let g:pyclewn_args = "--terminal=gnome-terminal,-x"
:Pyclewn
:Cinferiortty
:Cfile /path/to/a.out
:Cstart