Debug
7 posts tagged with "Debug"
console-error
The console-error action a javascript console.error equivalent. It belongs to the debug category within the dev area.
Action Syntax
console-error "text"
console-error $variable
Valid sizes
Examples
// Basic Usage
console-error "message"
// Using Variables
// Display dynamic content from variables
console-error $message
console-info
The console-info action a javascript console.info equivalent. It belongs to the debug category within the dev area.
Action Syntax
console-info "text"
console-info $variable
Valid sizes
Examples
// Basic Usage
console-info "message"
// Using Variables
// Display dynamic content from variables
console-info $message
console-log
The console-log action a javascript console.log equivalent. It belongs to the debug category within the dev area.
Action Syntax
console-log "text"
console-log $variable
Valid sizes
Examples
// Basic Usage
console-log "message"
// Using Variables
// Display dynamic content from variables
console-log $message
console-var
The console-var action prints a variable to the javacript console. It belongs to the debug category within the dev area.
Action Syntax
console-var $variable
Valid sizes
Examples
// Basic Usage
console-var $varname
noop
The noop action does nothing. just a placeholder action. It belongs to the debug category within the dev area.
Action Syntax
noop
This action takes no parameters and is used as a bare command.
Description: just does nothing
Examples
// Basic Usage
noop
timer-start
The timer-start action a timer for low level debugging purposes. It belongs to the debug category within the dev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Valid sizes
Examples
// Basic Usage
timer-start
timer-stop
The timer-stop action a timer for low level debugging purposes. It belongs to the debug category within the dev area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = timer-stop
Valid sizes
Examples
// Basic Usage
timer-stop