Fix history entries navigation taking extra navigates in debug console#93125
Fix history entries navigation taking extra navigates in debug console#93125isidorn merged 2 commits intomicrosoft:masterfrom
Conversation
|
@piraces hi. Thanks a lot for providing this PR. I love that you added unit tests. |
|
Hi @isidorn . For sure. I will make the changes only in the Thanks. |
|
@piraces I would try to do everything in the |
21941fc to
07b8999
Compare
|
@isidorn I have finally made the commented changes. If there is another problem, please let me know. |
|
Great PR, thanks for contributing. I have verified it nicely fixes the issue. Thus merging in. |
This PR fixes extra navigations done in History entries of debugger console, which cause problems navigating through the history, retrieving incorrect values.
This PR fixes #93102