debug

package
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package debug holds the `forge debug` command group — a Delve-backed interactive debugger driver (start / break / continue / eval / ...).

Dir-nested command group (the devspace idiom): the parent newCmd assembles the subcommands defined in this package's sibling files; the shared session + output helpers stay in this file. init() self-registers the group with internal/cli/factory so a blank import from internal/cli/groups.go attaches it to the root without a cycle.

The package is named `debug`; it imports the debugger engine package github.com/reliant-labs/forge/internal/debug under the alias dbgsvc to avoid the name collision.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL