Documentation
¶
Index ¶
- func DisplayBreakpoints(p *attached.Process)
- func Echo(state bool)
- func Init() (func(), error)
- func SearchInput() string
- type BreakPointView
- type Command
- type ContextView
- type Expanse
- type FilePartialView
- type FileView
- type Input
- type Output
- func (o *Output) Empty()
- func (o *Output) FindNext(s string) int
- func (o *Output) GoToLine(line int)
- func (o *Output) MoveCursor(lines int)
- func (o *Output) Print(l string)
- func (o *Output) Printf(fmts string, args ...interface{})
- func (o *Output) Redraw()
- func (o *Output) Scroll(dist int)
- func (o *Output) Size() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplayBreakpoints ¶
func SearchInput ¶
func SearchInput() string
Types ¶
type BreakPointView ¶
type BreakPointView struct {
*FilePartialView
}
func NewBreakPointView ¶
func NewBreakPointView() *BreakPointView
func (*BreakPointView) Show ¶
func (bpv *BreakPointView) Show(p *attached.Process)
type Command ¶
func NextCommand ¶
func NextCommand(p *attached.Process, match completion.MatchFunc) *Command
type ContextView ¶
type ContextView struct {
*FilePartialView
}
func NewContextView ¶
func NewContextView() *ContextView
func (*ContextView) LoadContext ¶
func (f *ContextView) LoadContext(p *attached.Process) error
type FilePartialView ¶
type FilePartialView struct {
*Output
}
func NewFilePartialView ¶
func NewFilePartialView() *FilePartialView
func (*FilePartialView) FileContext ¶
func (f *FilePartialView) FileContext(path string, line, offset int) error
Click to show internal directories.
Click to hide internal directories.