# IDA Win32 Local Debugging

The IDA Debugger allows you to either start a new process (Run) or attach itself to an existing process (Attach)

![instant\_debugger\_menu](/files/E5heayWwonI7LRneYE9T)

Let's select "Local Windows debugger". What we get is a list of currently running processes to which we can attach with a simple click.

![connect\_to\_local](/files/9sv0mEg6kdnEjHlL6xaQ)

and here is the result once we are attached to the program.

![attached\_to\_local](/files/NhSDgmjnSPcsRXdYuNba)


---

# 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.hex-rays.com/9.0sp1/user-guide/debugger/debugger-tutorials/win32local.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.
