We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc16d5 commit 8aaa412Copy full SHA for 8aaa412
Nodejs/Product/Nodejs/Debugger/NodeDebugger.cs
@@ -882,6 +882,10 @@ private IEnumerable<NodeStackFrame> GetLocalFrames(IEnumerable<NodeStackFrame> s
882
return backtraceCommand.Running;
883
}
884
885
+ internal IList<NodeThread> GetThreads() {
886
+ return _threads.Values.ToList();
887
+ }
888
+
889
internal void SendStepOver(int identity) {
890
DebugWriteCommand("StepOver");
891
DebuggerClient.RunWithRequestExceptionsHandled(async () => {
0 commit comments