简体   繁体   中英

xDebug with Vim

Just started messing around with xDebug a bit. So i'm trying to learn the debugger. I got Vim 7.2 and xDebug 2.1.0 installed. I have installed the debugger plugin from this page . I'm not sure if I'm doing it correctly but I try to go to line 8 on the $b and pressed <F12> although all I'm getting is /*{{{1*/ => property_get: b . Any ideas?

Found this link but no answer.

It looks like $b is currently undefined. Try pressing <F12> only after the line on which it is defined. You can do that by navigating to the variable with hjkl just as you do outside xdebug.

Note that you can also press <F11> to show the value of all variables defined.

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