# Debugging

VS Code contains a powerful set of debugging features for all manner of applications. In this exercise, you'll learn how to debug both simple and complex application scenarios.

Open the "exercise-4-debugging" folder. It will prompt you that there is a workspace file. Make sure you click on "Open Workspace".

![](/files/-Lm7G5-L4wC1v7HXMnN2)


---

# 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://burkeholland.gitbook.io/vs-code-can-do-that/exercise-4-debugging/before-you-start.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.
