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.
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!