I'm a newbie at PHP and I've been using WAMP to deploy and test my PHP application locally. I've been using JetBrains PHPStorm IDE for developing my code. (have to say it has a great Intellisense)
Anyways, is there a way so that I can debug my code?
|
I'm a newbie at PHP and I've been using WAMP to deploy and test my PHP application locally. I've been using JetBrains PHPStorm IDE for developing my code. (have to say it has a great Intellisense) Anyways, is there a way so that I can debug my code? |
||||
|
|
|
Absolutely. Please read these official manuals (if you have not done it already) -- you can use Zend Debugger or Xdebug (the choice is yours): http://confluence.jetbrains.net/display/WI/Documentation |
|||
|
|