Message 1 of 1
Visual Studio 2019 Version 16.4.4 - Debugging oddity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have recently upgraded from VS2017. I now cannot figure out a setting that I preferred in 2017. When in debugging mode for AutoCAD addins, 2017 would not let me edit if the code was running, I could only edit during a pause from a breakpoint. Related, I think, if after a breakpoint I add a few lines of code, the highlight once I Continue one step at a time, highlights the wrong line.
I actually tried to disable Enable Edit and Continue, but it made no difference, so I enabled it. JIT settings are for Managed and Native. I tried unchecking Managed, but the problem didn't go away.
Any ideas?