# Debug Tab

The Debug Tab has a handful of functions to show debugging data.

### Buttons

* **Debug: Show Vertices**: Visualise the generated vertices as points for the generated meshes.
* **Debug: Show Triangles**: Visualise the generated triangles for the generated meshes.
* **Debug: Show Directions**: Visualise the generated directions for the generated paths.
* **Debug: Print Remapped Points**: This prints a debug txt file of points for remapping when generating the single mesh. (Used for internal debugging.)

### Properties

* Debug
  * **Debug Points Duration**: How long to show the debug lines/points for.
  * **Debug Points Show Only These Points**: Limit the points shown when using the debug buttons. *Note: This is counting 0 to n for all points generated in order for the meshes.*


---

# 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.shadersource.io/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode/debug-tab.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.
