debug in one window Follow
After debugging appears a window with panel 'Variables' with string "Waiting for incomming connection with idekey..."
After next debugging (Shift+F9) another window appears with another panel 'Variables' and the same sring.
After next - another, and so on and on.
It is possible to debug in one window? Or maybe it is possible to close debug session automatically?
Please sign in to leave a comment.
Hello holden321,
PhpStorm creates a debug window for every new debug session.
No, you can't debug in one window since you have separate process output and stack frames for every debug session.
It depends on 'Run Configuration' which you use. For example debugging of the command line scripts will be closed automatically after script execution finished.
What run configuration do you use?
Thank you for feedback!
Спасибо, Николай, я уже разобрался, что того-же результата можно добиться обновляя приложение в браузере :D
ступил малость, привычка постоянно нажимать в различных IDE, где приложение сначала компилируется, кнопку debug.
Спасибо, Николай, я уже разобрался, что того-же результата можно добиться обновляя приложение в браузере :D
ступил малость, привычка постоянно нажимать в различных IDE, где приложение сначала компилируется, кнопку debug.
holden321,
I suggest you to try debugging using debug bookmarklets and 'Listen debug connections' button - http://blog.jetbrains.com/webide/2011/02/zero-configuration-debugging-with-xdebug-and-phpstorm-2-0/
Thank you for feedback!