Home
last modified time | relevance | path

Searched refs:waitForDebugger (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/
Dinspector.js38 waitForDebugger
141 waitForDebugger();
145 if (!waitForDebugger())
153 waitForDebugger: inspectorWaitForDebugger, property
/third_party/node/test/parallel/
Dtest-inspector-wait-for-connection.js48 inspector.waitForDebugger();
51 inspector.waitForDebugger();
58 assert.throws(() => require('inspector').waitForDebugger(), re);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DServer.cpp503 static bool waitForDebugger = getenv("VK_WAIT_FOR_DEBUGGER") != nullptr; in Impl() local
504 if(waitForDebugger) in Impl()
/third_party/node/doc/api/
Dinspector.md72 ## `inspector.waitForDebugger()`
Derrors.md1330 The `inspector` is not active when `inspector.waitForDebugger()` is called.
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2378 …* Added `inspector.waitForDebugger()` (Aleksei Koziatinskii) [#28453](https://github.com/nodejs/no…
2470 …ommit/77bdbc5f0d)] - **(SEMVER-MINOR)** **inspector**: add inspector.waitForDebugger() (Aleksei Ko…