Skip to content

Commit 401c65e

Browse files
committed
WIP
1 parent 4c2cb38 commit 401c65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices/Server/PsesDebugServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ public async Task StartAsync()
137137
public void Dispose()
138138
{
139139
_powerShellContextService.IsDebugServerActive = false;
140+
// TODO: If the debugger has stopped, should we clear the breakpoints?
140141
_debugAdapterServer.Dispose();
141142
_inputStream.Dispose();
142143
_outputStream.Dispose();

0 commit comments

Comments
 (0)