Visual Studio debugger highlights multiple lines instead of just the current line

有些话、适合烂在心里 提交于 2019-12-24 08:25:23

问题


Weird one here,

My fresh install of Visual Studio 2017 (Version 15.6.7) is showing multiple lines in yellow when I try to step-through debug, like so:

It seems to be pointing to the correct line that it's on, but also several others below it. Maybe it's something to do with indentation, or scope, I'm not sure. But it's a little misleading to myself and other devs when I do paired-programming.

I've tried Googling this issue and have found nothing, and I've looked at the text formatting in VS settings myself to see if anything has accidentally been enabled that might cause this. But still nothing.

Has anyone seen this before?

来源:https://stackoverflow.com/questions/50464143/visual-studio-debugger-highlights-multiple-lines-instead-of-just-the-current-lin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!