Question

I've been working with Zend Studio now for a long time, and there is a super useful resource called Studio Browser Toolbar, which is basically a Firefox Toolbar that allows me start debugging a web page from the browser directly into Zend Studio.

Now I started working with PhpStorm 3, and I've been trying to find an alternative for that Zend Studio feature.

I've already made the basic debug configuration for PhpStorm to debug with Zend Debugger, from my Zend Server installation. Now I need some sort of feature that allows me to debug a specific web page from the browser.

So, is there any way I can do that?

Was it helpful?

Solution

For me it's working out of the box with the original toolbar, if you're using the ZendDebugger.

Here are instructions

OTHER TIPS

Please refer to the documentation, it describes how you can create bookmarklets (that can be placed in your browser bookmarks bar and trigger debug in PhpStorm).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top