debug
The debug snippet activates debugging functionality for subsequent snippets in a filter's chain.
Examples
-
debug; log OK— logs "OK" to the console with a "debug" prefix -
debug; abort-on-property-read atob— activates debug mode for theabort-on-property-readsnippet
For comprehensive debugging information, refer to the debugging snippets section. Each snippet also includes its own debugging guidance within its respective documentation.