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 4c2cb38 commit 401c65eCopy full SHA for 401c65e
src/PowerShellEditorServices/Server/PsesDebugServer.cs
@@ -137,6 +137,7 @@ public async Task StartAsync()
137
public void Dispose()
138
{
139
_powerShellContextService.IsDebugServerActive = false;
140
+ // TODO: If the debugger has stopped, should we clear the breakpoints?
141
_debugAdapterServer.Dispose();
142
_inputStream.Dispose();
143
_outputStream.Dispose();
0 commit comments