Skip to content

Commit 7024b44

Browse files
implemented invalidation of stacks version on setNextStatement
1 parent bbdfe2a commit 7024b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Mono.Debugging.Win32/CorDebuggerSession.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,6 +1728,8 @@ protected override void OnSetNextStatement (long threadId, string fileName, int
17281728
}
17291729
try {
17301730
frame.SetIP (offset);
1731+
OnStopped ();
1732+
RaiseStopEvent ();
17311733
} catch {
17321734
throw new NotSupportedException ();
17331735
}

0 commit comments

Comments
 (0)