mobiledebugger.js
v1.0.0
Published
Mobile Debugging Made Easy
Downloads
4
Readme
Mobile Debugger
Mobile Debugging involves the tedious process of setting up. Chrome and Firefox provide tools for Remote Debugging, however, the setup overhead is huge.
Mobile Debugger makes the debugging process for web based mobile applications easier.
Just include the library and access all your logs at mobiledubugger.com.
And it only adds ~100 lines to your project.
Installing
- Use
npmorgit cloneto download the module.npm install mobiledebuggergit clone https://github.com/hkirat/mobiledebugger.git
- Include mobiledebugger.js
- Include JQuery
- Set global variable ROOM_NAME to your preferred name
- Open your mobile site, Access your logs at mobiledebugger.com/room/ROOM_NAME`
Application
Access log statements and errors at mobiledebugger.com. Get rid of the tedious process of setting up remote debugging.
Browser Support
Works best on latest versions of Google Chrome, Firefox and Safari.
To Do
- Make line numbers independent of browser
- Wrap line numbers for console.logs
Credits
Initial fork from notification-logger which is inspired from screenlog.js
