Jump to content

How To Properly Set Up Debugging?


next

Recommended Posts

I'm using phpstorm.

Right now, the only debugging I know is coding, then reading my errors in the browser window... I'm guessing it's a trashy way to work.

 

I installed PHPstorm, I configured XDebug, I can run basic scripts and I'm able to read the output and debugging information in the IDE. However none of this works when I open an actual project. Project is utilizing MVC, so when I open a file that's buried somewhere inside one of the directories, my debugger is crying that it can't see certain classes and throws fatal errors. How do I configure my environment properly? I can't find what I need in PHPStorm help files :(

Link to comment
https://forums.phpfreaks.com/topic/272204-how-to-properly-set-up-debugging/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.