Read console calls on your mobile with this simple tool.
Have a front-end console capture tool, to check errors in your mobile
Simply add 'true' to a console param in the URL and it's done.
You can host on your server and call it inside the <head>
tag:
<script src="console.js"></script>
Or you can import from a third-party (GitHub) inside the <head>
tag:
<script src="https://jonnypaes.github.io/console.js/console.js"></script>
Simply add ?console=true
at the end of the URL and you will trigger the console.
https://jonnypaes.github.io/console.js/?console=true
- Show file content inside a virtual object
- Highlights the line inside the virtual object
- Capture logs from header and body
- Error stack parser kinda buggy
- Fix odd behavior of touch API (move)