Sahil Vig
Sahil Vig

Reputation: 90

How to increase debugger- hover font size in Visual Studio?

Please see the following image

screenshot

The project is currently running in Visual Studio and debugger point has been hit. When I hover over "IDs", it shows a pop up(in black). I want to increase its font size.

I've tried several options in Tools -> Options -> Environment -> Fonts and Colors, but couldn't get it to change.

Upvotes: 4

Views: 1203

Answers (2)

Try this Tools --> Options --> Environment --> Fonts and Color --> Show settings for: --> Editor Tooltip.

(Not required to restart the Visual Studio)

enter image description here

Upvotes: 1

Filburt
Filburt

Reputation: 18082

You're almost there:

Tools -> Options -> Environment -> Fonts and Colors -> Show Settings for -> Data Tips

(requires restart of Visual Studio to take effect)

Upvotes: 8

Related Questions