MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / attachDebugger

Function attachDebugger

scripts/helpers/utils.js:486–488  ·  view source on GitHub ↗
(tab)

Source from the content-addressed store, hash-verified

484}
485
486export function attachDebugger(tab) {
487 return chrome.debugger.attach({ tabId: tab.id }, "1.2");
488}
489export function detachDebugger(tab) {
490 return chrome.debugger.detach({ tabId: tab.id });
491}

Callers 4

webToPDF.jsFile · 0.90
showFps_v2.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected