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

Method statusBusy

java/src/processing/mode/java/JavaEditor.java:2280–2282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2278
2279
2280 public void statusBusy() {
2281 statusNotice(Language.text("editor.status.debug.busy"));
2282 }
2283
2284
2285 public void statusHalted() {

Callers 3

startDebugMethod · 0.80
continueDebugMethod · 0.80
stepMethod · 0.80

Calls 2

textMethod · 0.95
statusNoticeMethod · 0.65

Tested by

no test coverage detected