MCPcopy Create free account
hub / github.com/badvision/jace / setDebug

Method setDebug

src/main/java/jace/core/CPU.java:81–84  ·  view source on GitHub ↗
(Debugger d)

Source from the content-addressed store, hash-verified

79 }
80
81 public void setDebug(Debugger d) {
82 debugger = d;
83 suspend();
84 }
85
86 public void clearDebug() {
87 debugger = null;

Callers 1

registerDebuggerMethod · 0.80

Calls 1

suspendMethod · 0.45

Tested by

no test coverage detected