MCPcopy Index your code
hub / github.com/processing/processing / run

Method run

java/src/processing/mode/java/Debugger.java:619–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

617 final LineID newCurrentLine = locationToLineID(be.location());
618 javax.swing.SwingUtilities.invokeLater(new Runnable() {
619 @Override
620 public void run() {
621 editor.setCurrentLine(newCurrentLine);
622 editor.deactivateStep();
623 editor.deactivateContinue();
624 }
625 });
626
627 // hit a breakpoint during a step, need to cancel the step.

Callers

nothing calls this directly

Calls 10

setCurrentLineMethod · 0.80
updateCallStackMethod · 0.80
updateLocalsMethod · 0.80
updateThisFieldsMethod · 0.80
unlockMethod · 0.80
deactivateStepMethod · 0.45
deactivateContinueMethod · 0.45
rebuildMethod · 0.45

Tested by

no test coverage detected