# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hyperstack.org/development-workflow/hyper-trace.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
