MCPcopy Create free account
hub / github.com/Marus/cortex-debug / isBusy

Method isBusy

src/gdb.ts:3092–3094  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3090 }
3091
3092 public isBusy() {
3093 return !this.stopped || this.continuing || (this.miDebugger.status === 'running') || this.sendDummyStackTrace;
3094 }
3095
3096 public busyError(response: DebugProtocol.Response, args: any) {
3097 if (this.args.showDevDebugOutput) {

Callers 6

readMemoryRequestMethod · 0.95
writeMemoryRequestMethod · 0.95
evaluateRequestMethod · 0.95
doitMethod · 0.95
evaluateRequestMethod · 0.80
doitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected