debug
No description
Elements (1)
Actions (8)
console-error
Action
a javascript console.error equivalent
console-info
Action
Outputs informational messages to the browser console for debugging
console-log
Action
Outputs messages to the browser console for debugging purposes
console-var
Action
prints a variable value to the javascript console for debugging
debug
Action
Enable or disable VM debug mode (activates block tracing and verbose logging)
print
Action
print text to ui for app development and testing
timer-start
Action
Starts a timer to measure how long your code takes
timer-stop
Action
Stops a timer and tells you how much time passed