PHPStorm xdebug problem
Hello All!
Can you help me?
I can't understand how I can use xdebug in PhpStorm 6.
I use open-server (open-server.ru) as local web-server under Win7.
I create PHP Web Application in Run/Debug Configuration. If I click Debug button, browser is open with XDEBUG_SESSION_START, but PhpStorm is waiting for connection, no happen.
If I click Run button, project simply run in browser.
Thank you.
Attachment(s):
1.jpg
请先登录再写评论。
Hi there,
Silly question, but ... do you xdebug installed and configured properly?
You can start with these 2 manuals (in case you have not seen them yet) -- it should be enough to have it running:
Thank you for links!
All works!