Vorlonjs icon indicating copy to clipboard operation
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

Results 66 Vorlonjs issues
Sort by recently updated
recently updated
newest added

That looks like a bad joke :-) ![image](https://cloud.githubusercontent.com/assets/40622/20620346/88c5a9dc-b2f9-11e6-8dfb-901827439cbe.png) Should clipboard and context menu be enabled in the app?

feature-request

When I click on the DOM Timeline tab, there are no buttons to start/stop the recording : ![capture d ecran 2016-11-16 a 22 01 04](https://cloud.githubusercontent.com/assets/653899/20431194/1cd37b9c-ad99-11e6-9e0a-f3df9fa14fd7.png) Buttons exist in the DOM...

bug

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

bug

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

bug

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

bug

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

bug

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

feature-request

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

feature-request

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

feature-request