CyberMango / init.vimango

15 stars 0 forks source link

Integrate debuggers. #4

Open CyberMango opened 4 years ago

CyberMango commented 4 years ago

Integrate debugging into vim, like in an IDE. Mainly for cpp and python.

temporary solution: :Termdebug command. uses gdb inside of vim, but only supports the basics, and its nearly like using plain gdb, just with the output in a different window and the code shown in a vim window.

might use: