Ned Ryerson
Ned Ryerson

Reputation: 379

Disable in-line autos when debugging in Visual Studio 2017

After a recent Visual Studio 2017 update (15.7.3??) the behaviour of the debugger has changed. When a breakpoint is reached all variables are displayed in-line as tooltips, causing a noticeable performance impact.

How to disable this?

As picture below -

In line Autos

Upvotes: 0

Views: 247

Answers (1)

Muris
Muris

Reputation: 158

It is definitely ReSharper, and here is the link. If you go Options > Tools > Debugger you can disable the option Show local variables values in editor.

Upvotes: 2

Related Questions