Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebuggerPos ¶
type Nav ¶
type Nav struct { // Project level }
Represents state of navigation within the project directory and the debugger.
func (*Nav) ChangeCurrentFile ¶
func (*Nav) CurrentLine ¶
func (*Nav) GetAllBreakpoints ¶
func (nav *Nav) GetAllBreakpoints() []*UiBreakpoint
func (*Nav) LineInFile ¶
type UiBreakpoint ¶
type UiBreakpoint struct { Disabled bool *api.Breakpoint }
Click to show internal directories.
Click to hide internal directories.