Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ clearDebug
Method
clearDebug
src/main/java/jace/core/CPU.java:86–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
public
void
clearDebug() {
87
debugger = null;
88
resume();
89
}
90
//@ConfigurableField(name="Program Counter")
91
public
int
programCounter = 0;
92
Callers
nothing calls this directly
Calls
1
resume
Method · 0.45
Tested by
no test coverage detected