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

Function is_TTD_session

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

Source from the content-addressed store, hash-verified

169}
170
171function is_TTD_session() {
172 // Assume that there is a single session (not sure how to get multiple ones
173 // going, maybe, in kernel debugging?).
174 return (host.namespace.Debugger.Sessions[0].Attributes.Target.IsTTDTarget);
175}
176
177function supports_call_command() {
178 return is_live_session() && !is_TTD_session();

Callers 1

supports_call_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected