Zxdb is a console-mode debugger for native code running on Fuchsia.
It primarily supports C, C++ and Rust code, but any language that compiles natively and exports DWARF symbols should work to some extent (such as Go). Interpreted code such as Dart and JavaScript are not supported.
User guide:
- Set up and run the debugger
- Commands and interaction model
- Debugging a process, component, or crash dump
- Controlling thread execution (pausing, stepping, and resuming)
- Using breakpoints
- Evaluating and printing expressions
- Inspecting memory
- Working with assembly language
- Looking at handles
Advanced usage:
Other topics: