--- layout: layout.njk title: htmx - high power tools for html --- ## The `debug` Extension This extension includes log all htmx events for the element it is on, either through the `console.debug` function or through the `console.log` function with a `DEBUG:` prefix. ### Usage ```html ``` ### Source