Versions in this module Expand all Collapse all v0 v0.25.0 Jul 12, 2018 v0.24.0 Jun 20, 2018 Changes in this version + type BreakpointAtFunctionRequest struct + Function string + type BreakpointAtLineRequest struct + File string + Line uint64 + type BreakpointRequest struct + Address uint64 + type BreakpointResponse struct + PCs []uint64 + type CloseRequest struct + FD int + type CloseResponse struct + type DeleteBreakpointsRequest struct + PCs []uint64 + type DeleteBreakpointsResponse struct + type EvalRequest struct + Expr string + type EvalResponse struct + Result []string + type EvaluateRequest struct + Expression string + type EvaluateResponse struct + Result debug.Value + type FramesRequest struct + Count int + type FramesResponse struct + Frames []debug.Frame + type GoroutinesRequest struct + type GoroutinesResponse struct + Goroutines []*debug.Goroutine + type MapElementRequest struct + Index uint64 + Map debug.Map + type MapElementResponse struct + Key debug.Var + Value debug.Var + type OpenRequest struct + Mode string + Name string + type OpenResponse struct + FD int + type ReadAtRequest struct + FD int + Len int + Offset int64 + type ReadAtResponse struct + Data []byte + type ResumeRequest struct + type ResumeResponse struct + Status debug.Status + type RunRequest struct + Args []string + type RunResponse struct + Status debug.Status + type ValueRequest struct + Var debug.Var + type ValueResponse struct + Value debug.Value + type VarByNameRequest struct + Name string + type VarByNameResponse struct + Var debug.Var + type WriteAtRequest struct + Data []byte + FD int + Offset int64 + type WriteAtResponse struct + Len int