« Back to the index

Debug tools

The debug tool allow you to get debug messaging while you are running your javascript application.
You may get the debug messages in the firebug window if it is installed, or in a popup window you call, or in any on-screen division.


Let's debug some mouse events:
Click here to show the debug in Firebug Click here to show the debug in a popup window Click here to show the debug in a division Move on the red rectangle to obtain debug information:

« Back to the index