Documentation
¶
Index ¶
- type BreakpointSpec
- type Manager
- func (m *Manager) AddBreakpoint(ctx context.Context, id string, spec BreakpointSpec) (string, error)
- func (m *Manager) Attach(ctx context.Context, sel Selector) (SessionInfo, string, error)
- func (m *Manager) Continue(ctx context.Context, id string) (string, error)
- func (m *Manager) Detach(ctx context.Context, id string) (string, error)
- func (m *Manager) List() []SessionInfo
- func (m *Manager) RemoveBreakpoint(ctx context.Context, id string, breakpointID int) (string, error)
- func (m *Manager) Run(ctx context.Context, id, command string) (string, error)
- func (m *Manager) Stack(ctx context.Context, id string) (string, error)
- func (m *Manager) Variables(ctx context.Context, id string) (string, error)
- type Selector
- type SessionInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BreakpointSpec ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager() *Manager
func (*Manager) AddBreakpoint ¶
func (*Manager) List ¶
func (m *Manager) List() []SessionInfo
func (*Manager) RemoveBreakpoint ¶
Click to show internal directories.
Click to hide internal directories.