Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ resume
Method
resume
lib/internal/debugger/inspect_probe.js:703–706 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
701
}
702
703
async
resume() {
704
if
(this.finished) {
return
; }
705
await
this.callCdp(
'Debugger.resume'
);
706
}
707
708
async
callCdp(method, params, probe = null) {
709
if
(this.finished) { throw kInspectorFailedSentinel; }
Callers
1
handlePaused
Method · 0.95
Calls
1
callCdp
Method · 0.95
Tested by
no test coverage detected