Why can't I set breakpoints?
Hello all,
I'm having problems debugging with Xdebug on PhpStorm 2.1.5.
I followed the guide here: http://blog.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/, but for some reason the Run -> Toggle Line Breakpoint option is greyed out.
When I click the Debug button, PhpStorm successfully executes the file - sans any debugging.
How can I fix this?
Thanks in advance.
请先登录再写评论。
Hello Jonathan.
What is the file type of the file?
Thank you for feedback!
Jonathan,
Do you still have the issue?
Thank you for feedback!
Hello,
Sorry for the late reply, and thanks for your response! The problem appears to have been with an invalid debug configuration. After I fixed the debug configuration, I am able to set breakpoints.
Sorry to take your time.