Feature proposal #4061
closedImplement debug variable per action
Description
When enabled it outputs debugging results. For example tells you what conditional failed and the values it tried to match. It should also output the variables the trigger provided.
Updated by krileon over 11 years ago
A new "Log" page should be implemented in backend so this information can be logged to instead of dumped to avoid interrupting normal frontend workflows.
Updated by krileon over 11 years ago
Logging doesn't seam practical and could easily fill up quickly. Instead just do var_dumps.
Updated by krileon over 11 years ago
- Status changed from Assigned to Rejected
Most triggers this will cause serious stopping issues and many it won't ever be seen.
Updated by krileon over 11 years ago
- Status changed from Rejected to Assigned
Re-review possibility of this. Could add a parameter per action that when enabled will output the results of access check, conditional checks, exclude checks, etc..
Updated by krileon over 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Enabling the debug parameter will debug the path to when the action is executed. It will not debug the individual actions. What this will tell you is if an access check failed, a conditional check failed, an exclude check failed, or if the action is missing a get method. In case of conditional check for example it'll tell you what action failed, what conditional failed, and what values it tried to match.