Server Request/Response Analysis
Hi,
I am debugging a PHP&JavaScript application like explained here: https://confluence.jetbrains.com/display/PhpStorm/Debugging+PHP+and+JavaScript+code+at+the+same+time+in+PhpStorm
is it possible to somehow inspect the server response within PhpStorm? I am looking for a similar feature like the Network tab in chrome developer tools, maybe there is a plugin that can handle it?
Because unfortunately you can't use the network tab while debugging JavaScript+PHP and using Live Edit. (Once you open Developer Tools in Chrome, Live Edit will stop working)
Anyone knows a solution to this?
Thank you!
Please sign in to leave a comment.
Hi,
Seems like it's not possible yet and no plugins are supporting this, see: https://youtrack.jetbrains.com/issue/PY-9229
Hi,
I have figured it out by now. Liveedit does the Job just like I need it to.
The problem I now have is that the page get reloaded whenever I edit PHP files, which absolutely makes no sense.
Does anybody have an idea how to disable that?