Impressive functions in Visual Studio 2017
Posted: Wed Dec 05, 2018 4:00 pm
I do not want to make advertising for Microsoft products. But it impressed me when I made my first debugging experiments using Visual Studio 2017 instead of Version 2015.
- The program generated exceptions
- Visual Studio did not interrupt processing, bud showed an exception in a window "Events".
- I could click on a link called "Activate Historical Debugging" and I arrived at the line that generated the exception. I see the watch results as when making a break point at that line and examining in real time.
Probably this did exist already in VS 2015, but now without making any special settings I got these results.
I remember some years ago where "Historical debugging" had been announced for Vulcan, but I never bothered about. This feature now seem to be something related and it is really a nice feature.
Arne
- The program generated exceptions
- Visual Studio did not interrupt processing, bud showed an exception in a window "Events".
- I could click on a link called "Activate Historical Debugging" and I arrived at the line that generated the exception. I see the watch results as when making a break point at that line and examining in real time.
Probably this did exist already in VS 2015, but now without making any special settings I got these results.
I remember some years ago where "Historical debugging" had been announced for Vulcan, but I never bothered about. This feature now seem to be something related and it is really a nice feature.
Arne