Documentation
¶
Index ¶
- type SourceFileCache
- type View
- func (v *View) GetInputLine() string
- func (v *View) Print(s string)
- func (v *View) PrintApplicationInformation(version string, host string, port uint16)
- func (v *View) PrintErrorLn(s string)
- func (v *View) PrintInputPrefix()
- func (v *View) PrintLn(s string)
- func (v *View) PrintPropertyListWithDetails(scopeName string, propertyList []dbgp.ProtocolProperty)
- func (v *View) PrintSourceChangeLn(s string)
- func (v *View) PrintSourceLn(s string, idx int, length int)
- func (view *View) ShowBreakpointHelpMessage()
- func (view *View) ShowContextHelpMessage()
- func (view *View) ShowHelpMessage()
- func (view *View) ShowInfoBreakpoints(bpl []dbgp.ProtocolBreakpoint)
- func (view *View) ShowInfoHelpMessage()
- func (v *View) ShowPrintHelpMessage()
- func (view *View) ShowStepHelpMessage()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SourceFileCache ¶
SourceFileCache caches all the source files
func NewSourceFileCache ¶
func NewSourceFileCache() *SourceFileCache
NewSourceFileCache creates a new instance
type View ¶
View facade
func (*View) PrintApplicationInformation ¶
PrintApplicationInformation general dialog
func (*View) PrintErrorLn ¶
PrintErrorLn prints a error string
func (*View) PrintInputPrefix ¶
func (v *View) PrintInputPrefix()
PrintInputPrefix prints the input preamble
func (*View) PrintPropertyListWithDetails ¶
func (v *View) PrintPropertyListWithDetails(scopeName string, propertyList []dbgp.ProtocolProperty)
PrintPropertyListWithDetails print
func (*View) PrintSourceChangeLn ¶
PrintSourceChangeLn called when the current file is different from the previous one
func (*View) PrintSourceLn ¶
PrintSourceLn prints a string without any format
func (*View) ShowBreakpointHelpMessage ¶
func (view *View) ShowBreakpointHelpMessage()
ShowBreakpointHelpMessage prints a short breakpoint help dialog
func (*View) ShowContextHelpMessage ¶
func (view *View) ShowContextHelpMessage()
ShowContextHelpMessage prints a short context help dialog
func (*View) ShowHelpMessage ¶
func (view *View) ShowHelpMessage()
ShowHelpMessage prints a short overall help dialog
func (*View) ShowInfoBreakpoints ¶
func (view *View) ShowInfoBreakpoints(bpl []dbgp.ProtocolBreakpoint)
ShowInfoBreakpoints prints a short info help dialog
func (*View) ShowInfoHelpMessage ¶
func (view *View) ShowInfoHelpMessage()
ShowInfoHelpMessage prints a short info help dialog
func (*View) ShowPrintHelpMessage ¶
func (v *View) ShowPrintHelpMessage()
ShowPrintHelpMessage prints a short step help dialog
func (*View) ShowStepHelpMessage ¶
func (view *View) ShowStepHelpMessage()
ShowStepHelpMessage prints a short step help dialog