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

Method statusBusy

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

Source from the content-addressed store, hash-verified

1668
1669
1670 public void statusBusy() {
1671 statusNotice(Language.text("editor.status.debug.busy"));
1672 }
1673
1674
1675 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