tree: 9c1c84a5a316fe3933d670a2e02fe54979f83e68 [path history] [tgz]
  1. debug_agent/
  2. e2e_tests/
  3. examples/
  4. ffx_zxdb/
  5. ipc/
  6. shared/
  7. zxdb/
  8. BUILD.gn
  9. METADATA.textproto
  10. OWNERS
  11. README.md
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).