Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 Memory Window font

I am using a proportional font (Cambria) in my VS2010 editor. This is superb for writing code but it seems the same font is also used in the Memory window during debugging. The memory window needs a fixed-width font to be useful but I can't find an option to set this. Can anyone help?

Update: I have reported this to Microsoft and the issue was promptly deferred. If you voted for this question, please also upvote my request here: http://connect.microsoft.com/VisualStudio/feedback/details/696196/visual-studio-2010-memory-window-badly-aligned-when-proportional-font-used-in-text-editor

like image 338
paperjam Avatar asked Oct 10 '22 18:10

paperjam


1 Answers

It's not possible because the settings for the memory window are in fact a list of "Display Items" in the section for "Text Editor" (Memory Address, Memory Changed, Memory Data, Memory Unreadable). So you can differentiate the background and foreground color, but not the font.

like image 65
Simon Mourier Avatar answered Oct 13 '22 10:10

Simon Mourier