jodosha / vim-godebug

Go debugging for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run GoDebug from main.go while in another file.

RobinBaeckman opened this issue · comments

Is it possible to put in an argument to make :GoDebug start running in main.go while in another file, like so: :GoDebug main.go or :GoDebug ~/path/main.go?