Versions in this module Expand all Collapse all v1 v1.0.0 Jun 24, 2025 Changes in this version + type ExecutionResponse struct + Duration string + StdErr string + StdErrBytes []byte + StdOut string + StdOutBytes []byte + Steps []Step + type GoRoutineData struct + Goroutine *api.Goroutine + Stacktrace []api.Stackframe + type Serializer struct + func NewSerializer(client *gateway.Debug, logger zerolog.Logger) *Serializer + func (v *Serializer) ExecutionSteps(ctx context.Context, limit int) (ExecutionResponse, error) + type Step struct + GoroutinesData []GoRoutineData + PackageVariables []api.Variable