Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cs01/gdbgui
/ click_gutter
Method
click_gutter
gdbgui/src/js/SourceCode.tsx:155–157 ·
view source on GitHub ↗
(line_num: any)
Source
from the content-addressed store, hash-verified
153
}
154
}
155
click_gutter(line_num: any) {
156
Breakpoints.add_or_remove_breakpoint(this.state.fullname_to_render, line_num);
157
}
158
159
_get_source_line(
160
source: any,
Callers
1
get_linenum_td
Method · 0.95
Calls
1
add_or_remove_breakpoint
Method · 0.80
Tested by
no test coverage detected