Skip to content

Commit

Permalink
imp - Removed redundant .Interrupt() call
Browse files Browse the repository at this point in the history
---

We need to remove a redundant call to .Interrupt when the remote debugger finishes.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Nov 20, 2023
1 parent f266529 commit e25a2b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel Simulator/Network/RemoteDebug/RemoteDebugger.vb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ Namespace Network.RemoteDebug
RDebugStopping = False
DebugTCP.Stop()
DebugDevices.Clear()
Thread.CurrentThread.Abort()
End Sub

''' <summary>
Expand Down

0 comments on commit e25a2b5

Please sign in to comment.