문제

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?

도움이 되었습니까?

해결책

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

Here are instructions

다른 팁

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top