MCPcopy Create free account
hub / github.com/Snapchat/Valdi / onResumed

Method onResumed

valdi/vscode_debugger/src/adapter/threads.ts:706–711  ·  view source on GitHub ↗

* Called when CDP indicates that we resumed. This is marked as public since * we also call this from the ProfileController when we disable * the debugger domain (which continues the thread but doesn't result in * a "resumed" event getting sent).

()

Source from the content-addressed store, hash-verified

704 * a "resumed" event getting sent).
705 */
706 onResumed() {
707 this._pausedDetails = undefined;
708 this._pausedVariables = undefined;
709 this.evaluator.setReturnedValue(undefined);
710 this._onThreadResumed();
711 }
712
713 dispose() {
714 this._removeAllScripts(true /* silent */);

Callers 3

_initializeMethod · 0.95
startProfileInnerMethod · 0.80

Calls 2

_onThreadResumedMethod · 0.95
setReturnedValueMethod · 0.65

Tested by

no test coverage detected