Skip to content

Commit 8aaa412

Browse files
author
Paul van Brenk
committed
Fix build break
1 parent ecc16d5 commit 8aaa412

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Nodejs/Product/Nodejs/Debugger/NodeDebugger.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,10 @@ private IEnumerable<NodeStackFrame> GetLocalFrames(IEnumerable<NodeStackFrame> s
882882
return backtraceCommand.Running;
883883
}
884884

885+
internal IList<NodeThread> GetThreads() {
886+
return _threads.Values.ToList();
887+
}
888+
885889
internal void SendStepOver(int identity) {
886890
DebugWriteCommand("StepOver");
887891
DebuggerClient.RunWithRequestExceptionsHandled(async () => {

0 commit comments

Comments
 (0)