Skip to content

vim-scripts/vim-addon-xdebug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3320

This plugin wants to support sane PHP debugging for Vim.

Features which work:
- stack
- step into, over, out, run
- eval PHP code (inspect vars)
- show current line which will be executed next

Adding the remaining features should be easy now.