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

Hi, When I try to debug different pages from the same server, I can only open the last one I loaded in the dashboard. Something similar happens with iframes when...

I did the deploy to Azure, and when I add the script reference to my page, I get the error to load socket.io. I have added the `includesocketIO: true` to...

Replace codeplex's repository url with the one migrated to github.

When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is `Uncaught DOMException: Failed to read the 'rules'...

It would be nice to be able to set config options using env vars: Like process.env.USE_SSLE, process.env.ACTIVATE_AUTH, etc

Hi, I am using Vorlon to debug my HTML5 application running in chrome iOS. While everything seems to be working fine, there is a very strange and annoying message that...

when using HTTS with certificate it working, but I still have calls to HTTP, like: http://domain/vorlon/plugins/webstandards/css.js I have issue to run also HTTP on the server and other apps blocking...

OSX Version: Sierra Outlook 2016 I have included the `vorlon.js` file in my addin, when trying to run the addin from Outlook Desktop Client, it doesn't get detected in Vorlon...

bug

Installed vorlon to the http page: ![image](https://user-images.githubusercontent.com/4163254/33774915-59449ba0-dc6f-11e7-8a6b-8f1fdc08baa7.png) After selecting session on the left, I get this crash and I can't continue, anything is frozen: ![image](https://user-images.githubusercontent.com/4163254/33774954-76e664a4-dc6f-11e7-8d3f-c794e05dba00.png) I also see this from...

HI! Does Vorlonjs support https server with certificate? Sometimes https is required for web app to work (for WebRTC for example), and its not possible to add script from http...