Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
startDebug
Method · 0.80
continueDebug
Method · 0.80
step
Method · 0.80
Calls
2
text
Method · 0.95
statusNotice
Method · 0.65
Tested by
no test coverage detected