VimDebugger
VimDebugger copied to clipboard
VIM Debugger plugin for PHP dbgp debugging (python based)
Watch window remains empty except for the string '
Since updating to this revision, I've started getting this error when I start Vim: ``` Error detected while processing function 18_VimDebuggerLoad: git:(master) line 2: E117: Unknown function: 18_VimDebuggerInit Error detected...
I'm trying to debug within symfony (I guess you know what it is since it is in the snapshot on your blog ^ ^ ) but the code window flickers...
Toggling an active breakpoint off doesn't actually do it... although it looks like it does!
When using the watch window, it would often be convenient to be able to see the return value of a different method on the object being introspected (getTotalItemCount() for instance)
When using the watch window, and viewing the methods on an object, it would be nice to be able to jump to where that function is defined in the code...
If it takes longer than 25 seconds (or defined timeout) to reach the next breakpoint, it would be nice if the debugging session could resume cleanly rather than trying to...