The question is to all you people, who use Vim to develop C++ applications.
There was a period in my life, which can be described as 'I hate Vim!!!'..'Vim is nice!'
However, having grown up mostly on Microsoft development IDEs, I've got used to those F5-F11 shortcuts when debugging code, watch window, call stack and the main code - all visible without need to type any GDB commands.
So, here is the question:
Do you use Vim as well for debugging? Or do 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.
