how to find a amount of variables in visual stidio 2013 - visual-studio-2013

i need to see a amount of variable in visual studio 2013 ?
and i cant find this menu in below visual studio ?
Debug -> Windows -> Locals while running the solution
thanks for help

Related

Can't see variable values in Locals or Autos in Visual Studio

I'm using Microsoft Visual Studio Community 2015 version 14.0.25422.01 Update 3.
I can't see variable values in Locals or in Autos. They are just empty.
I googled and came up with couple of suggestions:
I've started Visual Studio in Administrator mode,
Debug -> Options -> Use the legacy C# and VB expression evaluators
Use managed compability mode
What should I do to be able to see the variables?
Screenshot

Visual Studio 2012 Breakpoint to modify a value?

I am looking for solution to modify variable at breakpoint hit in Visual Studio 2012
Previous Visual Studio versions it can be done using macros
e.g Visual Studio Breakpoint Macro to modify a value?
Can anyone help me about how to achieve that in VS 2012 ,Visual Studio 2012 doesnt support Macros , so i am not getting that option

Visual Studio 2013 Documentation link

Is it possible to create shortcut to Visual Studio 2013 Help Viewer? It is possible to start if from Visual Studio IDE, Help menu. I want to run it, for example, from a desktop shortcut.
In previous Visual Studio versions there are shortcuts in Windows start menu, for example: "Microsoft Visual Studio 2010 Documentation". 2013 doesn't have such shortcut.
Help Viewer is located at %ProgramFiles(x86)%\Microsoft Help Viewer\v2.1\HlpView.exe. Just create a shortcut to it. HlpView.exe requires some parameters,
Usage: HlpViewer.exe /catalogName [/options]
it gives a sample:
HlpViewer.exe /catalogName VisualStudio12 /locale en-us
Personally, I don't use Help Viewer and it doesn't have any content on my computer. Just try it on your machine.

Code Map does not appear in Visual Studio 2013

I have installed Visual Studio 2013 but I can't find Code Map there.
Can anyone show me where to find it?
You cannot see the Code Map as it is only exists in Visual Studio 2013 Ultimate version and not in your version which is professional.

how to add visual c++ template to visual studio 2010 ultimate

i recently installed visual studio 2010 ultimate with visual c#. Now i want to program in visual c++, how can i install the visual c++ template?
Thanks
Start the Visual Studio installer again and change the selected set of features.
Try to search in online templates section under New->Project and then in the left side of the window.
TO restore all templates,Close all instance of Visual Studio. Open visual studio command prompt and traverse to ../Microsoftvisualstudioxxxx/common7/IDE and then type
**devenv /installvstemplates**
in command prompt. Wait for sometime until all templates are restored.

Resources