vim-xdebug icon indicating copy to clipboard operation
vim-xdebug copied to clipboard

Just to know the value of a variable using xdebug in vim

Open Ziiweb opened this issue 12 years ago • 0 comments

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

Ziiweb avatar Nov 08 '12 11:11 Ziiweb