Vorlonjs
Vorlonjs copied to clipboard
A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
That looks like a bad joke :-)  Should clipboard and context menu be enabled in the app?
When I click on the DOM Timeline tab, there are no buttons to start/stop the recording :  Buttons exist in the DOM...
Getting errors while deploying. Resource group and site names are getting created correctly, verified it from Azure portal. But deployment is failing consistently. Is there any work around for this...
With the most recent release, I was able to get the Vorlon debugger to work with my Mac Outlook Add-in using this [tutorial](https://blogs.msdn.microsoft.com/mim/2016/02/18/vorlonjs-plugin-for-debugging-office-addin/). I'm able to view the DOM and...
Running an Ionic app in the browser with "ionic serve" (for reference, the 'tabs' starter project can be used). When trying to inspect the Ionic web app through the proxy,...
The documentation for Vorlon only covers the use of Vorlon with browsers running on the device running the server. Showing users how to access Vorlon from other devices would clarify...
Tested with the same Outlook add-in in both Outlook client and browser (OWA). Browser correctly identified this.officetype = e.OfficeTools.GetOfficeType(t.value.officeType) as "Outlook", Outlook client this.officetype returned as "PowerPoint". The Office plugin...
When I try to use the keyboard with Vorlon.js, I can't due to the many DIV elements used for interface buttons. Anything that a user clicks on should be reachable...
Do you think it is possible in the Console plugin to put filename and line number right aligned, and have this information for console.log/error/...() also? Possibly using [this](http://stackoverflow.com/questions/9559725/extending-console-log-without-affecting-log-line) technique? Something...
Provide an API function where I can trigger selection of elements in the vorlon DOM tree. So that I could create my own debug tools where I can build a...