MCPcopy Create free account

hub / github.com/emad-elsaid/debugger / functions

Functions178 in github.com/emad-elsaid/debugger

↓ 61 callersFunctionColor
(hex int)
ui/colors.go:5
↓ 58 callersFunctionLabel
(s string)
ui/text.go:20
↓ 42 callersMethodLayout
(c C)
proc.go:23
↓ 24 callersFunctionRows
(children ...layout.FlexChild)
ui/layouts.go:32
↓ 19 callersFunctionBackground
(background color.NRGBA, w W)
ui/atoms.go:37
↓ 17 callersFunctionColumns
(children ...layout.FlexChild)
ui/layouts.go:47
↓ 15 callersFunctionIcon
(b []byte, color color.NRGBA)
ui/components.go:9
↓ 13 callersMethodStop
()
debugger.go:364
↓ 11 callersFunctionNewVarWidget
(v *proc.Variable)
proc.go:26
↓ 10 callersMethodContinue
()
debugger.go:356
↓ 10 callersFunctionLayoutToWidget
(r func(C, W) D, w W)
ui/layouts.go:18
↓ 10 callersFunctionText
(s string)
ui/text.go:10
↓ 10 callersFunctionToolbarButton
(clickable *Clickable, icon W, desc string)
ui/toolbar.go:7
↓ 9 callersFunctionNewVerticalList
()
ui/lists.go:5
↓ 8 callersMethodCommand
(cmd *api.DebuggerCommand)
debugger.go:270
↓ 8 callersFunctionLayoutToWrapper
(r func(C, W) D)
ui/layouts.go:24
↓ 8 callersFunctionLineEditor
()
ui/form.go:9
↓ 8 callersFunctionTextColor
(col color.NRGBA)
ui/theme.go:84
↓ 8 callersFunctionTextInput
(editor *widget.Editor, hint string)
ui/form.go:16
↓ 7 callersMethodBreakpoints
()
debugger.go:440
↓ 7 callersFunctionNewClickableList
()
ui/lists.go:32
↓ 7 callersMethodSetFileLine
(file string, line int)
debugger.go:260
↓ 7 callersFunctionWrap
(w W, wrappers ...Wrapper)
ui/widgets.go:42
↓ 7 callersFunctionlimitedAppend
Appends to the slice. if len reached cap removed the first item This allow a slice to be limited by its capacity
structures.go:5
↓ 6 callersFunctionFormRow
(children ...layout.FlexChild)
ui/layouts.go:68
↓ 6 callersFunctionMixColor
(c1, c2 color.NRGBA, percent int)
ui/colors.go:19
↓ 6 callersMethodTryLockTarget
()
debugger.go:64
↓ 5 callersMethodCompile
()
debugger.go:419
↓ 5 callersMethodSelectedGoRoutine
()
debugger.go:316
↓ 5 callersMethodSetText
(t string)
source_panel.go:146
↓ 5 callersFunctionZebraList
(l *List, len int, ele layout.ListElement)
ui/lists.go:11
↓ 5 callersMethodcacheBreakpoints
()
debugger.go:450
↓ 4 callersMethodAmendBreakpoint
(bp *api.Breakpoint)
debugger.go:159
↓ 4 callersMethodLog
(kind LogKind, log string, params ...interface{})
debug_screen.go:99
↓ 3 callersFunctionCentered
(w W)
ui/layouts.go:101
↓ 3 callersMethodClearBreakpoint
(bp *api.Breakpoint)
debugger.go:170
↓ 3 callersFunctionFontEnlarge
(s float32)
ui/theme.go:40
↓ 3 callersMethodGet
(id string)
ui/clickable.go:15
↓ 3 callersFunctionHR
(sz int)
ui/atoms.go:52
↓ 3 callersFunctionMaxLines
(i int)
ui/theme.go:96
↓ 3 callersFunctionPanel
(title string, w W)
ui/components.go:18
↓ 3 callersMethodRestart
()
debugger.go:368
↓ 3 callersFunctionRoundedCorners
(w W)
ui/atoms.go:13
↓ 3 callersFunctionTextAlignment
(a text.Alignment)
ui/theme.go:68
↓ 2 callersFunctionChart
(ds []T, height float32)
ui/charts.go:12
↓ 2 callersFunctionCheckbox
(btn *Clickable, value bool, onclick func())
ui/form.go:61
↓ 2 callersMethodDebugConfig
()
debugger.go:113
↓ 2 callersMethodExecuteExpr
(expr string)
debugger.go:241
↓ 2 callersFunctionFontSize
(s SP)
ui/theme.go:28
↓ 2 callersMethodFunctionArguments
()
debugger.go:475
↓ 2 callersFunctionGrid
(l *List, count int, minItemSize int, ele layout.ListElement)
ui/layouts.go:74
↓ 2 callersMethodInvalidateState
()
debugger.go:266
↓ 2 callersMethodJumpToFunction
(name string)
debugger.go:403
↓ 2 callersMethodLocalVariables
()
debugger.go:484
↓ 2 callersFunctionMargin
(t, r, b, l unit.Dp)
ui/spacers.go:38
↓ 2 callersFunctionNewClickables
()
ui/clickable.go:11
↓ 2 callersFunctionOnClick
(btn *Clickable, w W, onclick func())
ui/form.go:80
↓ 2 callersMethodvarsToVarWidget
(title string, args []*proc.Variable)
stack_panel.go:184
↓ 1 callersFunctionAlpha
(c color.NRGBA, alpha uint8)
ui/colors.go:14
↓ 1 callersFunctionBorder
(w W)
ui/atoms.go:25
↓ 1 callersMethodBreakpointsPanel
(d *Debugger)
breakpoints_panel.go:42
↓ 1 callersFunctionByteCountToDecimal
(b uint64)
utils.go:22
↓ 1 callersMethodCWD
(pid int)
toolbar.go:141
↓ 1 callersMethodClear
()
analytics.go:43
↓ 1 callersMethodClearAllBreakpoints
()
debugger.go:181
↓ 1 callersMethodClock
()
debug_screen.go:157
↓ 1 callersMethodCollect
(pid int)
analytics.go:33
↓ 1 callersFunctionColumnsVCentered
(children ...layout.FlexChild)
ui/layouts.go:53
↓ 1 callersFunctionConstraint
(width, height int, w W)
ui/layouts.go:111
↓ 1 callersMethodCreateBreakpoint
(bp *api.Breakpoint)
debugger.go:148
↓ 1 callersMethodCreateWatch
(expr string)
debugger.go:523
↓ 1 callersMethodDeleteWatch
(expr string)
debugger.go:527
↓ 1 callersMethodDisableAllBreakpoints
()
debugger.go:222
↓ 1 callersFunctionEmptyWidget
(c C)
ui/widgets.go:40
↓ 1 callersMethodEnableAllBreakpoints
()
debugger.go:203
↓ 1 callersFunctionEventLoop
(debugger *Debugger)
main.go:60
↓ 1 callersMethodExecuteWatches
(d *Debugger)
sidebar.go:83
↓ 1 callersMethodFiles
(pid int)
open_files_panel.go:59
↓ 1 callersFunctionFontWeight
(f font.Weight)
ui/theme.go:56
↓ 1 callersFunctionGoRoutineStatus
(s uint64)
runtime.go:78
↓ 1 callersMethodGoRoutineToWidgets
(g *proc.G)
stack_panel.go:192
↓ 1 callersMethodGoRoutines
()
debugger.go:338
↓ 1 callersMethodGoroutinesPanel
(d *Debugger)
stack_panel.go:53
↓ 1 callersMethodHandleEvent
(d *Debugger)
console_panel.go:95
↓ 1 callersMethodInitDebugger
()
debugger.go:96
↓ 1 callersMethodLayoutLines
(d *Debugger, running []int, bps map[int]bool, BpClick func(int))
source_panel.go:150
↓ 1 callersMethodLineBtn
(i int)
source_panel.go:136
↓ 1 callersMethodLoadFile
(file string)
source_panel.go:92
↓ 1 callersMethodLoadVarsWidgets
(d *Debugger)
source_panel.go:224
↓ 1 callersMethodLog
(kind LogKind, log string, params ...interface{})
console_panel.go:123
↓ 1 callersFunctionMax
(s []T)
ui/math.go:9
↓ 1 callersFunctionNewAnalytics
()
analytics.go:21
↓ 1 callersFunctionNewBreakpointsPanel
()
breakpoints_panel.go:28
↓ 1 callersFunctionNewConsolePanel
()
console_panel.go:73
↓ 1 callersFunctionNewDebugScreen
(debugger *Debugger)
debug_screen.go:73
↓ 1 callersFunctionNewDebugger
(bin string, args []string, runImmediately bool, test bool)
debugger.go:44
↓ 1 callersFunctionNewDisassemblyPanel
()
disassembly.go:14
↓ 1 callersFunctionNewFunctionsPanel
()
func_panel.go:16
↓ 1 callersFunctionNewMemoryPanel
()
memory_panel.go:9
↓ 1 callersFunctionNewOpenFilesPanel
()
open_files_panel.go:19
next →1–100 of 178, ranked by callers