| inside tomcode.com / javascript | Contact |
|
debug |
|
|---|---|
description |
For Firefox with plugin FireBug:
|
test |
You can toggle the display of the debug panel in the console with
debug()
|
reference |
writeIt()Writes lines into the debug panel void writeIt(messageString)
debug()shows / hides the debug panel void debug() |
debug.js |
debug.js |
required HTML |
<div id="debug" style="font-size:12px;position:absolute; top: 1em; right:1em; width:30em; z-index:10000;background-color:black;display:none; border:1em solid red;" > |