PhpStorm + Zend Debugger: URL-Parameter always necessary?
Hi,
I've the newest (evaluation) versions of PhpStorm 7.1.3 and Zend Server 7.
I want to debug a local magento online-shop installation in Google Chrome and PhpStorm where I set breakpoints.
Do I have to add the following URL parameters to every page I want to debug or is there another solution?
http://127.0.0.1/test.php?start_debug=1&send_sess_end=1&debug_start_session=1&debug_session_id=16605&debug_port=10137&debug_host=192.168.0.65%2C127.0.0.1&debug_stop=1
Does this work with http-redirects, POST requests etc.
Any information is appreciated
mike
请先登录再写评论。