MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 259 forks source link

xhrPanel auto start #454

Open gunnim opened 4 years ago

gunnim commented 4 years ago

vorlon@0.5.5

To successfully debug application startup errors it can be useful to view their network requests at launch. Uncommenting //this.setupXMLHttpRequestHook(); in Line 35 of vorlon.xhrPanel.client.js does not work correctly (likely the reason it is disabled :)) Instead the error error: PLUGIN : default must be disconnected CONSOLE is displayed in the console and the plugin must be manually started.

Would love to see a fix if possible!