Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit 06fb5f0

Browse files
invalidate stacks in both OnSetNextStatement methods
1 parent 4a22007 commit 06fb5f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mono.Debugging.Soft/SoftDebuggerSession.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,8 @@ protected override void OnSetNextStatement (long threadId, string fileName, int
856856
thread.SetIP (location);
857857
currentAddress = location.ILOffset;
858858
currentStackDepth = frames.Length;
859+
StackVersion++;
860+
RaiseStopEvent ();
859861
} catch (ArgumentException) {
860862
throw new NotSupportedException ();
861863
}

0 commit comments

Comments
 (0)