Skip to content

Commit cf94006

Browse files
authored
Fix LogPoint stepping (#1362)
1 parent 34db09e commit cf94006

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/OpenDebugAD7/AD7DebugSession.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,7 @@ private void StepInternal(int threadId, enum_STEPKIND stepKind, SteppingGranular
887887
// The program should now be stepping, so it is safe to discard the
888888
// cached program state.
889889
BeforeContinue();
890+
m_isStepping = true;
890891
}
891892

892893
private enum ClientId

0 commit comments

Comments
 (0)