dump("Start message");
Simple dump('message') logging Use console.log('message') Use aptana.log('message') Use aptana.trace('message') with stack trace at testLogging(...) (test/debug_tests.html:91) at onclick(...) (test/debug_tests.html:1) ReferenceError: no_such_object is not defined at showExceptionStackTrace() (test/debug_tests.html:104) at testLogging() (test/debug_tests.html:95) at onclick(MouseEvent) (test/debug_tests.html:1)
return this.toTimeString();
var out = ""; for( var i in this ) { out += "object["+i+"]="+this[i]+"\n"; } return out;
ReferenceError: no_such_object is not defined at showExceptionStackTrace() (test/debug_tests.html:104) at myFunc0() (test/debug_tests.html:160) at myFunc1() (test/debug_tests.html:166) at myFunc2() (test/debug_tests.html:170) at testAnonymousFunctions() (test/debug_tests.html:156) at onclick(MouseEvent) (test/debug_tests.html:1)
Use console.log('message') Use console.debug('message') Use console.info('message') Use console.warn('message') Use console.error('message') Stack trace: at testFirebugConsole() (test/debug_tests.html:356) at onclick(event) (test/debug_tests.html:1)