Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

up vote 1 down vote accepted

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

share|improve this answer
thanks. don't know how I missed that :) – RazielH Jun 15 '11 at 18:25

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.