Questions tagged [clewn]

Clewn is a program that implements full gdb support in the vim editor that supports breakpoints, watch variables, gdb command completion, assembly windows, etc.

Clewn is a program that implements full gdb support in the vim editor supporting breakpoints, watch variables, gdb command completion, assembly windows, etc.

It controls vim through the NetBeans socket interface, and it runs concurrently with vim and talks to vim. Clewn can only be used with gvim, the graphical implementation of vim, as vim on a terminal does not support NetBeans.

1 questions
1
vote
1 answer

Getting errors while compiling Clewn

My environment: OS: OSX ML 10.8.5 VIM: 7.4 GCC: 4.2.1 (Apple LLVM version 5.0) GDB: GNU gdb 6.3.50-20050815 I want to debugging in VIM with C programming language. After I seached Google, I found Clewn, but when I make it, it returned the…
Zhineng
  • 125
  • 1
  • 8