Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + const BetterBadAccessError + const BetterNextWhileNextingError + const DebuggeeIsRunning + const DisconnectError + const FailedToAttach + const FailedToInitialize + const FailedToLaunch + const InternalError + const NoDebugIsRunning + const NotYetImplemented + const UnableToDisassemble + const UnableToDisplayThreads + const UnableToEvaluateExpression + const UnableToGetExceptionInfo + const UnableToHalt + const UnableToListArgs + const UnableToListGlobals + const UnableToListLocals + const UnableToListRegisters + const UnableToLookupVariable + const UnableToProduceStackTrace + const UnableToRunDlvCommand + const UnableToSetBreakpoints + const UnableToSetVariable + const UnsupportedCommand + var DefaultLoadConfig = proc.LoadConfig + type AttachConfig struct + AttachWaitFor string + Mode string + ProcessID int + type BuildFlags struct + func (s *BuildFlags) UnmarshalJSON(b []byte) error + type Config struct + StopTriggered chan struct{} + type LaunchAttachCommonConfig struct + Backend string + GoroutineFilters string + HideSystemGoroutines bool + ShowGlobalVariables bool + ShowPprofLabels []string + ShowRegisters bool + StackTraceDepth int + StopOnEntry bool + SubstitutePath []SubstitutePath + type LaunchConfig struct + Args []string + BuildFlags BuildFlags + CoreFilePath string + Cwd string + DlvCwd string + Env map[string]*string + Mode string + NoDebug bool + Output string + OutputMode string + Program string + TraceDirPath string + type Server struct + func NewServer(config *service.Config) *Server + func (s *Server) Run() + func (s *Server) RunWithClient(conn net.Conn) + func (s *Server) Stop() + type Session struct + func NewSession(conn io.ReadWriteCloser, config *Config, debugger *debugger.Debugger) *Session + func (s *Session) Close() + func (s *Session) ServeDAPCodec() + type SubstitutePath struct + From string + To string + func (m *SubstitutePath) UnmarshalJSON(data []byte) error v0.0.1-alpha Jan 10, 2025