blob: 4ed5fbe03b09faf67683171eda27aa7074e9fa1e [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: "Get started with zxdb"
path: /docs/development/debugger/commands.md
- title: "Use breakpoints"
path: /docs/development/debugger/breakpoints.md
- title: "Control thread execution"
path: /docs/development/debugger/execution.md
- title: "Debug tests using zxdb"
path: /docs/development/debugger/tests.md
- title: "Evaluate expressions"
path: /docs/development/debugger/expressions.md
- title: "Inspect memory"
path: /docs/development/debugger/memory.md
- title: "List handles and kernel objects"
path: /docs/development/debugger/kernel_objects.md
- title: "Understand how symbols are loaded"
path: /docs/development/debugger/symbols.md
- title: "Work with assembly language"
path: /docs/development/debugger/assembly.md
- title: "Work with exceptions"
path: /docs/development/debugger/exceptions.md
- title: "Advanced topics"
path: /docs/development/debugger/advanced.md
- title: "Troubleshooting zxdb"
path: /docs/development/debugger/troubleshooting.md
- title: "Tutorial: Debug tests using zxdb"
path: /docs/development/debugger/tutorial-tests.md
- title: "Tutorial: Debug with minidumps using zxdb"
path: /docs/development/debugger/tutorial-minidumps.md