Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ vm
Method
vm
java/src/processing/mode/java/Debugger.java:103–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
102
103
public
VirtualMachine vm() {
104
if
(runtime != null) {
105
return
runtime.vm();
106
}
107
return
null;
108
}
109
110
111
public
JavaEditor getEditor() {
Callers
12
vmEvent
Method · 0.95
resumeOtherThreads
Method · 0.95
printThreads
Method · 0.95
setValueFor
Method · 0.95
continueDebug
Method · 0.45
step
Method · 0.45
createClassPrepareRequest
Method · 0.45
vmStartEvent
Method · 0.45
vmClassPrepareEvent
Method · 0.45
vmBreakPointEvent
Method · 0.45
vmStepEvent
Method · 0.45
isStarted
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected