Friday 26 August 2011

JS3 - Debugger (Console Window)


To invoke the console window, execute the debug() function and your traces will appear in the console window.



console.debug();
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");
trace("hello");

No comments:

Post a Comment