Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ value
Function
value
tools/xsbug/BreakpointDialog.js:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
breakpoint, x, y,
54
enabled: {
55
get value() {
56
return
breakpoint.enabled;
57
},
58
set value(it) {
59
if
(breakpoint.path)
60
model.doEnableDisableBreakpoint(breakpoint.path, breakpoint.line);
Callers
1
hx711.js
File · 0.85
Calls
4
doEnableDisableBreakpoint
Method · 0.80
find
Method · 0.80
doSetBreakpoint
Method · 0.80
distribute
Method · 0.80
Tested by
no test coverage detected