DebugConsole

The DebugConsole object is an easy way to create both a VarWatch object and a CommandPrompt object with one line of code. Nothing more, nothing less.

<script>
  var debugConsole = new DebugConsole();
</script>
Try Me!
Untitled Document