简体   繁体   中英

:Breakpoint not an editor command - Vim Vdebug

I've just configured xdebug + vdebug + fpm + nginx + vim stack for server side php debugging, but faced "Not an editor command" error in Vim, while trying to set breakpoint with :Breakpoint .

The courious thing is that Vdebug seems up and :help Vdebug displays help info.

Any thoughts?

Thank you.

If you use recent vim, you need to install vim-whatever-py2 (say: vim-nox-py2). For now vim is using python 3 and vdebug is using using version 2.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM