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
- Click this link to refresh the page: /catalog?trace=console
- Open the browser console
- Try one of the examples in the Audio tab
Add tracing to modules with the word JSonic in their names
- Click this link to refresh the page: /catalog?trace=console&filter=JSonic
- Open the browser console
- Try one of the examples in the Audio tab
Add tracing to all modules except those with the word JSonic in their names
- Click this link to refresh the page: /catalog?trace=console&filter=!JSonic
- Open the browser console
- Try one of the examples in the Audio tab