tree: 7578a2b84f063006b39006d64381470ae91b8e3a
  1. debug_agent/
  2. e2e_tests/
  3. examples/
  4. ffx_zxdb/
  5. ipc/
  6. shared/
  7. skills/
  8. zxdb/
  9. BUILD.gn
  10. METADATA.textproto
  11. OWNERS
  12. README.md
  13. TESTING.json5
src/developer/debug/README.md

Debug

This directory contains the components of the Fuchsia debugger.

User documentation

Please see the debugger documentation.

Subdirectories

  • debug_agent: Code for the stub that runs on a Fuchsia system that performs the backend operations.

  • ipc: Definitions and associated code for the IPC protocol between the zxdb frontend and the debug agent.

  • shared: The set of code that is shared between the debug agent and the zxdb frontend.

  • zxdb: The debugger frontend that runs on the developer's host computer (Linux or Mac).