Actions
Feature proposal #4977
closedImplement debug mode
Description
Implement debug mode that'll dump php side when a condition fails and what values it was testing. jQuery should also receive a debug parameter to log to console the condition matches.
Updated by krileon almost 9 years ago
- Status changed from Assigned to Resolved
- Target version changed from 701 to 4.0.6
- % Done changed from 0 to 100
New debug mode now dumps to JS conditions to console and PHP conditions as JSON to allow debugging the results for any conflicts/issues.
Actions