walkah / chef-drupal

My own personal vagrant setup for drupal development
18 stars 1 forks source link

Trouble getting XDebug to work #7

Open michaelkirk opened 10 years ago

michaelkirk commented 10 years ago

Likely my fault as I'm just getting started with XDebug... but I'm not able to hit a breakpoint (using PHPStorm).

phpinfo shows me that the XDebug module is loaded screen shot 2014-07-09 at 4 32 39 pm

Chrome Resource Inspector shows me I'm sending the appropriate (I think) cookie XDEBUG_SESSION value (set via XDebug Helper, though I tried the PHPStorm recommended bookmarklets as well, to no avail.)

screen shot 2014-07-09 at 4 34 09 pm

And advice on where to look next?

walkah commented 10 years ago

Hey, I haven't tried PHPStorm, but have you seen http://walkah.net/blog/debugging-php-with-vagrant/ ? Any hints there?

I'll try to get phpstorm running and see what I can figure out.