vim-xdebug
vim-xdebug copied to clipboard
Just to know the value of a variable using xdebug in vim
Hi,
I'm new to debugging using xdebug, so for checking the value of a variable with your plugin I think these are the steps:
- Press F5 in vim
- Press F5 in browser
- Press F4 in vim
- Move the cursor to the variable
- Press F12 to check the value of the variable
It works ok, but for me these are too much steps just to avoid the typical var_dump($variable);die; line.
Is there anything am I doing wrong? is there any other quicker way to check the value of a variable?
Javi