The question is to all you people, who use VIM to develop C++ apps.
There was a period in my life, which can be described as 'I hate VIM!!!'..'VIM is nice!' However, having grown up mostly on MS Dev IDE, I've got used to those F5-F11 shortcuts when debugging code, watch window, call stack and the main code - all visible vithout need to type any gdb commands.
So, here is the question: Do you use VIM as well for debugging ? Or you switch to some IDE for this purpose ? Which one ? For those who use VIM to debug code: are there plugins to set breakpoints in editor, highlight the line we're currently debugging, auto-navigation during step, step into, step out ?
Please, don't tell me you use gdb as command line, see only one line which is debugged etc.
And thanks for all your answers. Andrey