MCPcopy Index your code
hub / github.com/benfry/processing4 / run

Method run

java/src/processing/mode/java/debug/Debugger.java:766–771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

764 final LineID newCurrentLine = locationToLineID(be.location());
765 java.awt.EventQueue.invokeLater(new Runnable() {
766 @Override
767 public void run() {
768 editor.setCurrentLine(newCurrentLine);
769 editor.deactivateStep();
770 editor.deactivateContinue();
771 }
772 });
773
774 // 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