How to monitor http request/response from WebStorm debugging mode ?
Is it possible to monitor the http request/response from webstorm?something like the Network tab at Chrome Developer Tools.
I have to switch to chrome developer tool if i need to know the request/response, when i switch, the debugging connection from webstorm will be broken....
请先登录再写评论。
Not currently supported, please vote for https://youtrack.jetbrains.com/issue/WEB-7394
in order to benefit others, I would like to report back what I'm using now.. I'm using Fiddler Web Debugger to capture the http traffic. I configured the Fiddler Web Debugger to listen on particular port,(for example, 8888), and then config chrome in webstorm to use the port, for example. --proxy-server=http=127.0.0.1:8888;https=127.0.0.1:8888.
now I can use webstorm for debugging, and check the request,response from Fiddler.
@Ted, thanks for describing this workaround. JS debugger is partly useless lacking this feature at the moment.
Any progress with that? cos I've been using webstorm to debug angular apps lately and monitor http requests/responses would be very helpful
Please refer to https://youtrack.jetbrains.com/issue/WEB-7394/Display-XHR-in-Javascript-debug-console#focus=Comments-27-8825120.0-0 for information about the current status.