Dojo Trace

Besides using Firebug or the Webkit developer tools to debug your programs, the UOW server provides a tracing utility that logs when code blocks (e.g., functions, if statements, loops) run in local Dojo modules.

Links

Examples

Add tracing to all local Dojo modules

  1. Click this link to refresh the page: /catalog?trace=console
  2. Open the browser console
  3. Try one of the examples in the Audio tab

Add tracing to modules with the word JSonic in their names

  1. Click this link to refresh the page: /catalog?trace=console&filter=JSonic
  2. Open the browser console
  3. Try one of the examples in the Audio tab

Add tracing to all modules except those with the word JSonic in their names

  1. Click this link to refresh the page: /catalog?trace=console&filter=!JSonic
  2. Open the browser console
  3. Try one of the examples in the Audio tab