Visual Studio 2013 without Debug windows control - visual-studio-2013

https://lh6.googleusercontent.com/-BGO1Og_OSvU/VA6k-OwLF3I/AAAAAAAANjA/oJzDRdLFI6w/s1600/www.Aloxovn.com-control.png
I'm using Visual Studio 2013 Ultimate Update 3.
But, it doesn't show all Debug features windows. Example: Debug\Windows\Locals or Disassembly tab.
Can you tell me how to show it?

See the View Menu. View -> Output Window

Related

Visual Studio 2017 15.8.4 doesn't show tooltip on debug

I updated my Visual Studio Community 2017 to 15.8.4.These are my debug settings in Tools-> Option -> Debugging
I can debug application in other applications like console application , desktop application. I'm not able to debug application in any Xamarin Platforms.
No data tool-tip shows when I click on the extend button.
Like in the console application.
This got fixed in the 15.8.5 version!
See link below for more info concerning the issue.
https://developercommunity.visualstudio.com/content/problem/311540/debugger-tooltip-does-not-expand-in-xamarinios-deb.html
Happy tooltipping!

Diagnostic Tools: Events window empty / blank (Visual Studio 2015 Enterprise, Update 3)

When I run my code in debug mode and have my diagnostic tools window open, my event panes are blank (both the timeline and the events call stack window). How can I fix this?
I am using Visual Studio 2015 Enterprise, Update 3. Interestingly the event panes works on my older PC using another Visual Studio 2015 Enterprise installation, only its on update 2, not 3. Maybe update 3 has a bug?
A Co-Worker and I were experiencing this same issue.
It ended up being that the IntelliTrace had been disabled on the machine that didn't show any Event information.
Tools -> Options -> IntelliTrace -> General

Can't find server explorer Microsoft Visual Studio 2015

I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?
If it is missing you can modify your View menu using the following instructions:
Open Visual Studio
Go to Tools > Customize...
Click the Commands tab
Select View from the Menu Bar dropdown (make sure the Menu Bar radio button is selected)
Scroll down the menu window until you see Solution Explorer and select it.
Click the Add Command... button
Scroll down the Categories list and select View
Scroll down the resulting Commands list and select Server Explorer
Click the OK button
The Bad
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
The Good
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
The Ugly
Click on File,
Open,
Project/Solution,
Browse to your solution's folder,
Select the solution file,
Click the Open button.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
About
Just a little something for posterity.
Microsoft Blend for Visual Studio Community 2015 Version 14.0.25431.01
Update 3 Microsoft .NET Framework Version 4.7.02046
Installed Version: Blend
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
NuGet Package Manager 3.5.0
Running on Windows 10.0.15063 (64-bit).

Visual Studio debugger showing variables with memory address instead of value

I recently moved to a new PC, and my visual studio is now showing all variables in some sort of memory address mode. Normally I would just see the simple properties and values. I can't figure out how to turn this off and get the standard view.
Visual Studio Screenshot
Aw dude, so simple:
Close all instances of Visual Studio
Right-click on the Microsoft Visual Studio 2010 shortcut and go to its Properties
Go to the Compatibility tab and uncheck "Run this program in compatible mode for:" and say Apply
Now start Visual Studio and open the project. You should be able to debug it.

The menu bar of Visual Studio 2010 doesn't display

I upgraded from VS 2008 to VS 2010 but the menu bar has not displayed. That only displays when I press the "Alt" key. I refered the question in following link: Missing Menu Bar in Visual Studio 2010 and performed as follows the instructions but no success.
Does anybody give me some instructions?
VS 2010 RTM out of the box does not have a feature to hide the main menu. There is an extension that hides the menu bar; did you install that? If so, uninstalling it from the extension manager will restore the default behavior.

Resources