Documentation ¶
Index ¶
- type Debugger
- func (d *Debugger) Close()
- func (d *Debugger) Print(v ...interface{})
- func (d *Debugger) Printf(format string, v ...interface{})
- func (d *Debugger) Println(v ...interface{})
- func (d *Debugger) Start()
- func (d *Debugger) ToggleDebugMode(active bool)
- func (d *Debugger) Wait()
- func (d *Debugger) Write(p []byte) (n int, err error)
- type PMType
- type PrintMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debugger ¶
type Debugger struct {
// contains filtered or unexported fields
}
func NewDebugger ¶
func (*Debugger) ToggleDebugMode ¶
type PrintMessage ¶
type PrintMessage struct {
// contains filtered or unexported fields
}
func NewPrintMessage ¶
func NewPrintMessage(pmType PMType, format string, v ...any) *PrintMessage
Click to show internal directories.
Click to hide internal directories.