Skip to content

A javascript console written in javascript - created with Stencil.js

License

Notifications You must be signed in to change notification settings

Farbdose/js-dev-console

Repository files navigation

js-dev-console javascript console written in javascript - created with Stencil.js

js-dev-console was written to enable mobile app debugging - on the device itself - in production mode.

While deploying ionic based apps in production mode to beta testers we ran into the problem of not beeing able to reproduce some of the bugs they reported.

So I wrote js-dev-console to be able to inspect whats going wrong.

Features

  • live view of mutating javascript objects
  • autocompletion
  • default trigger: rotate the device 5 times with exactly 5 seconds inbetween.