blob: 3981e5946801c19905b52c92e9893350b568c75a [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Please, read https://fuchsia.dev/fuchsia-src/contribute/docs/documentation-navigation-toc
# before making changes to this file, and add a member of the fuchsia.dev
# team as reviewer.
toc:
- title: "zxdb: The Fuchsia debugger"
path: /docs/development/debugger/README.md
- title: "Set up and run the debugger"
path: /docs/development/debugger/running.md
- title: "Commands and interaction model"
path: /docs/development/debugger/commands.md
- title: "Debugging a process, component, or crash dump"
path: /docs/development/debugger/attaching.md
- title: "Controlling thread execution"
path: /docs/development/debugger/execution.md
- title: "Using breakpoints"
path: /docs/development/debugger/breakpoints.md
- title: "Evaluating and printing expressions"
path: /docs/development/debugger/printing.md
- title: "Inspecting memory"
path: /docs/development/debugger/memory.md
- title: "Working with assembly language"
path: /docs/development/debugger/assembly.md
- title: "Looking at handles"
path: /docs/development/debugger/kernel_objects.md
- title: "Diagnosing symbol problems"
path: /docs/development/debugger/symbols.md
- title: "Working with exceptions"
path: /docs/development/debugger/exceptions.md
- title: "Developing and debugging the debugger"
path: /docs/development/debugger/developing.md