vegUI.org home of the javascript based window manager and AJAX framework

VegUISiteKit: Debug Console

The first time i started to code with javascript was back in 1998 and since then i always debugged my code by alerting various debug messages as the script was processing. Using alert messages has a few disadvantages though, first of it screws with any timers you may have running in the background and secondly the information is gone as soon as you close the popup. Thats why - as a part of the VSK project - i decided i've used alert messages to debug for the last time and made a little debug console that you can attach to the borders of the browser window and print your debug messages to.

Demonstration

To toggle the console on or off simply click the link below, note that clicking on the console will rotate it's position:

Toggle Console

Help spread the word

If you like working with this library and want to help get it some exposure, please go over to hotscripts.com and Rate It. Thanks for your help, it is appreciated ;)

Dependencies:

Instead of downloading all packages and dependencies manually it is recommended that you use the new compiled download script, as it will automatically compile all selected libraries - including dependencies - into one compact javascript file for you to download.

This library is dependent on at least one other VSK library so make sure you download the libraries in the list below.

file-name description
vegui.sk.std.js VSK Core Library
vegui.sk.window.js VSK Window Functions

Download

This package contains the code in both commented and compressed forms. The compressed version has had it's comments and unnecessary whitespace removed in order to reduce it's size.

download version
tar.gz (2,9 KB),
zip (4,9 KB)
0.1.0 (beta)

Tutorials on using this library

BETA notice

While this library is in BETA phase YOU can help get it out of there quicker by submitting any bugs you may find to the bug database. Thanks for helping ;)

Changelog

2007-03-12 - vegu@vegui.org
  version 0.1.0