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.
Click to show internal directories.
Click to hide internal directories.