Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setBreakpoint
Method
setBreakpoint
java/src/processing/mode/java/Debugger.java:356–358 ·
view source on GitHub ↗
Set a breakpoint on the current line.
()
Source
from the content-addressed store, hash-verified
354
* Set a breakpoint on the current line.
355
*/
356
synchronized
void
setBreakpoint() {
357
setBreakpoint(editor.getCurrentLineID());
358
}
359
360
361
/**
Callers
3
toggleBreakpoint
Method · 0.95
JavaEditor
Method · 0.80
handleSaveAs
Method · 0.80
Calls
7
isStarted
Method · 0.95
isPaused
Method · 0.95
hasBreakpoint
Method · 0.95
log
Method · 0.95
getCurrentLineID
Method · 0.80
getLineIDInCurrentTab
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected