debugger

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: May 28, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DebugCmd = climax.Command{
	Name:  "debug",
	Brief: "Debug a binary or example using delve",
	Help:  "Debug a binary or example using delve",
	Handle: func(ctx climax.Context) int {

		tool := debugger.Debugger{
			Args: ctx.Args,
		}

		executor := internal.NewExecutor("")
		return executor.RunTool(tool, true)

	},
}

DebugCmd implements the debug command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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