YConsole.JS- Easily debug Javascript code on your mobile

Today,when searching on the Google on how to debug Javascript on Mobile, I found Yconsole.js, using this we can easily debug our code on mobile devices.

Download it from the link below.

YConsole.js

Include these two lines of code in your html file.

<script type="text/javascript" src="yconsole.js"></script> 
<script type="text/javascript" >YConsole.show();</script>

Maybe helpful to someone.

1 Like

Good solution for when you don’t have access to a computer. :slight_smile:

You probably know this so I add this for reference to other people:

If you have an Android device you can connect it via USB to your computer and do remote debugging using Chrome Dev Tools.

Something similar can be done with ios Safari and Safari on desktop.