-
Notifications
You must be signed in to change notification settings - Fork 97
Getting started
Logan H Koch edited this page Jul 17, 2014
·
5 revisions
Welcome to the XDebug Helper for Chrome wiki! We'll try to get you up and running from here. This page is a work in progress, but feel free to add useful tips and steps about how to get started with XDebug based PHP debugging.
IDE | Debugging Docs |
---|---|
Netbeans | https://netbeans.org/kb/docs/php/debugging.html |
PhpStorm | http://www.jetbrains.com/phpstorm/webhelp/configuring-xdebug.html |
Usually this setting is a string. You can set this string directly by choosing the Other option in the pulldown. You can generally find out what this string should be set to by examining your php.ini file and looking for the option 'xdebug.idekey'
Here are the strings each option sets:
Option | String |
---|---|
Eclipse | XDEBUG_ECLIPSE |
Netbeans | netbeans-xdebug |
MacGDBp | macgdbp |
PhpStorm | PHPSTORM |