Debug JS Applications Remotely

Catch bugs before users do !!

LiveJS Debugger helps you to track all the users visting your webapp, and connect with user devices in realtime with help of RemoteJS. Once connected, you can monitor Browser Events, execute JavaScript, get screenshots.

What is LiveJS Debugger?

Realtime Browser Connections

It will help you to keep a track of all the users opening up your web page in realtime, and connect with them to debug & execute javascript remotely.

Getting Started

Install Agent

Insert this code on the page you would like to connect with LiveJS Debugger
<script data-livejsdebugger-session="{session-id}" src="https://livejsdebugger.web.app/agent/agent.js"></script>
Once done open to view activity
https://livejsdebugger.web.app/viewer/{session-id}

JavaScript Debugging with

We use RemoteJS by TrackJS to help you connect with clients browser in realtime. We just provide an add-on to RemoteJS, where you can remotely try adding RemoteJS to your web page.