MCPcopy Index your code
hub / github.com/nodejs/node / is_live_session

Function is_live_session

deps/v8/tools/windbg.js:165–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165function is_live_session() {
166 // Assume that there is a single session (not sure how to get multiple ones
167 // going, maybe, in kernel debugging?).
168 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsLiveTarget);
169}
170
171function is_TTD_session() {
172 // Assume that there is a single session (not sure how to get multiple ones

Callers 1

supports_call_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected