Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 v0.1.5 Apr 8, 2026 Changes in this version + type BreakpointSpec struct + Address string + File string + Line int + Name string + Raw string + type Manager struct + func NewManager() *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 struct + BundleID string + Name string + PID int + type SessionInfo struct + BundleID string + ID string + Name string + PID int