> For the complete documentation index, see [llms.txt](https://docs.hex-rays.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hex-rays.com/core/debugger/concepts.md).

# Concepts

- [Local debugging](https://docs.hex-rays.com/core/debugger/concepts/local-debugging.md)
- [WinDbg Debugger](https://docs.hex-rays.com/core/debugger/concepts/local-debugging/windbg-debugger.md)
- [WinDbg: Time Travel Debugging](https://docs.hex-rays.com/core/debugger/concepts/local-debugging/windbg-ttd.md)
- [Linux debugger](https://docs.hex-rays.com/core/debugger/concepts/local-debugging/linux-debugger.md)
- [Intel/ARM macOS debugger](https://docs.hex-rays.com/core/debugger/concepts/local-debugging/intel-arm-macos-debugger.md)
- [Remote debugging](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging.md)
- [Remote iOS Debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-ios-debugger.md)
- [Android debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/android-debugger.md)
- [Dalvik debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/dalvik-debugger.md)
- [Remote GDB Debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger.md)
- [Remote GDB Debugger options](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/remote-gdb-debugger-options.md)
- [Debugging with gdbserver](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/debugging-with-gdbserver.md)
- [Debugging with VMWare](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/debugging-with-vmware.md)
- [Debugging with OpenOCD](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/debugging-with-openocd.md)
- [Debugging with QEMU](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/debugging-with-qemu.md)
- [External programs and GDB Debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/external-programs-and-gdb-debugger.md)
- [Debugging code snippets with QEMU](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/remote-gdb-debugger/debugging-code-snippets-with-qemu.md)
- [PIN debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/pin-debugger.md)
- [Building the PIN tool](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/pin-debugger/building-the-pin-tool.md)
- [Connecting a remote PIN tool instance from IDA](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/pin-debugger/connecting-a-remote-pin-tool-instance-from-ida.md)
- [PIN support for MacOSX](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/pin-debugger/pin-support-for-macosx.md)
- [Replayer debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/replayer-debugger.md)
- [Bochs debugger](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/bochs-debugger.md)
- [Bochs Disk Image operation mode](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/bochs-debugger/bochs-disk-image-operation-mode.md)
- [Bochs IDB operation mode](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/bochs-debugger/bochs-idb-operation-mode.md)
- [Bochs PE operation mode](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/bochs-debugger/bochs-pe-operation-mode.md)
- [Bochs debugger FAQ](https://docs.hex-rays.com/core/debugger/concepts/remote-debugging/bochs-debugger/bochs-debugger-faq.md)
- [Instant debugger](https://docs.hex-rays.com/core/debugger/concepts/instant-debugger.md)
- [Breakpoints](https://docs.hex-rays.com/core/debugger/concepts/breakpoints.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/core/debugger/concepts.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.
