I noticed that VS2019 Professional Edition has a Reverse Continue
button. So I assumed it makes a step back to the previous line when debugging, but it remains grayed out.
So what does Reverse Continue
button do in Visual Studio 2019?
This button appears to be related to the Time Travel Debugging (TTD) feature available in VS 2019 Enterprise. TTD allows the developer to take a snapshot during a debugging session, in which every line of code executed during the session is recorded. The Reverse Continue button can be used to "play" these lines of code in reverse.
For more information, see https://docs.microsoft.com/en-us/visualstudio/debugger/debug-live-azure-virtual-machines-time-travel-debugging?view=vs-2019.
I don't know why this button is visible in VS 2019 Professional, when the only documentation I could find on it requires VS 2019 Enterprise.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With