How can i attach to a process using gdbvim?

Posted by thamurath on Stack Overflow See other posts from Stack Overflow or by thamurath
Published on 2010-04-30T05:21:00Z Indexed on 2010/04/30 5:27 UTC
Read the original article Hit count: 215

Filed under:
|
|

Hi,

I use Vim as primary IDE for programming, with some plugins i have a good environment but for a single point: debugging.

I have recompiled Vim to use vimgdb, and it works, but the problem is that i need to attach to a process started by a root user so i have to use sudo to do it....

How can i do this with vimgdb?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about vim

Related posts about c++