# Before you start

This is the point at which we begin to turn the dial on VS Code from "Editor" to "IDE".&#x20;

This is also the most dense part of the workshop. Debugging configurations can be tedious and tricky. If you get frustrated, don't feel bad. You're not alone. Work your way through these exercises and I promise that you will understand far more than most people about VS Code's debugging abilities.

Open the "exercise-4-debugging" folder. It will tell you that there is a workspace file and ask if you want to open it. Select "Yes".

![](/files/-Lm0xIUn8MTe3GkYW_rW)

There are 4 projects in this folder. You will work through each one. As you do, be aware of which project you are working with. It's easy to get confused during this exercise because there are 4 projects within which to work.


---

# 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/master/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.
