> For the complete documentation index, see [llms.txt](https://docs.hyperstack.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperstack.org/development-workflow/hyper-trace.md).

# HyperTrace

![](https://github.com/hyperstack-org/hyperstack/blob/edge/docs/wip.png?raw=true) HyperTrace provides a simple way to log information to the Javascript console. You get a real time display of the parameters being passed to the traced methods, the state of their instance variables, and the return values. You can also set conditional breakpoints so you can stop execution and dig deeper from the Javascript console.

## This Page Under Construction
