Documentation
¶
Index ¶
- Variables
- type Client
- func (c *Client) Close() error
- func (c *Client) Connect() error
- func (c *Client) Continue() error
- func (c *Client) Done() <-chan struct{}
- func (c *Client) Run() error
- func (c *Client) SendCommand(cmdType string, payload []byte) error
- func (c *Client) SessionID() string
- func (c *Client) SetBreakpoint(filename string, line int) error
- func (c *Client) SingleStep() error
- func (c *Client) StartDebug(targetPath string) error
- func (c *Client) State() ws.State
- func (c *Client) StepOver() error
- func (c *Client) Stop() error
- func (c *Client) Wait() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDisconnected = errors.New("server disconnected")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) SingleStep ¶
func (*Client) StartDebug ¶
Click to show internal directories.
Click to hide internal directories.