# 调试器

| Debugger                             | 调试器        |
| ------------------------------------ | ---------- |
|                                      |            |
| Debugger Start                       | 调试器启动      |
| Debugger Finish                      | 调试器完成      |
| Debugger Toggle                      | 调试器切换      |
| Debugger New Macros Paused           | 调试器新宏已暂停   |
| Debugger New Macros Run              | 调试器新宏运行    |
| Debugger Breakpoint This Macro       | 调试器断点此宏    |
| Debugger Breakpoint All Other Macros | 调试器断点所有其他宏 |
| Debugger Breakpoint All Macros       | 调试器断点所有宏   |
| Debugger Step Over Other Macros      | 调试器跳过其他宏   |
| Debugger Step Into Other Macros      | 调试器单步执行其他宏 |
| Debugger Step Out Other Macros       | 调试器步出其他宏   |
| Debugger Continue This Macro         | 调试器继续此宏    |
| Debugger Continue All Macros         | 调试器继续所有宏   |


---

# 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://km.qxpai.cn/dong-zuo-action/tiao-shi-qi.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.
