If you are using vdebug and you are facing the situation where vim is stopping in the first line of any script you want to debug (or if you want it to actually stop), make sure to modify the following value in your .vimrc file: let g:vdebug_options.break_on_open = 0 As the official documentation states: This determines whether the debugger should…