Browse Source

Fixed SD2-1151 (correction)

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1922 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 20 years ago
parent
commit
1e6c8c82f3
  1. 2
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Threads/Process.cs

2
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/Threads/Process.cs

@ -168,7 +168,7 @@ namespace Debugger
public void Terminate() public void Terminate()
{ {
// Resume stoped tread // Resume stoped tread
if (this.IsRunning) { if (this.IsPaused) {
// We might get more callbacks so we should maintain consistent sate // We might get more callbacks so we should maintain consistent sate
this.Continue(); // TODO: Remove this... this.Continue(); // TODO: Remove this...
} }

Loading…
Cancel
Save