MCPcopy 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

toggleBreakpointMethod · 0.95
JavaEditorMethod · 0.80
handleSaveAsMethod · 0.80

Calls 7

isStartedMethod · 0.95
isPausedMethod · 0.95
hasBreakpointMethod · 0.95
logMethod · 0.95
getCurrentLineIDMethod · 0.80
getLineIDInCurrentTabMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected