3

I have heard about a JavaScript library that simulates the console from development tools, but I can't find anything on the web.

My need is when I deploy my HTML5 + JavaScript application (with Icenium) in a device (tablet or smartphone and Android or iOS). Sometimes some bugs only occurs on those devices and not in my desktop's simulator, so a console running on it will be very helpful.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
DontVoteMeDown
  • 21,122
  • 10
  • 69
  • 105

2 Answers2

3

Are you looking for something like jqconsole?

Bas Wildeboer
  • 580
  • 6
  • 13
2

Not JavaScript tools for emulating the console, but here are some other ways around it:

Chrome for Android has remote debugging through Chrome for Desktop

And I think Safari has a similar feature for iOS devices.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
EvenStevens
  • 310
  • 2
  • 9