Visual Studio 2010 Getting Startedpinit/MatlabCourse_2014B/C/VS2010Starter.pdf · Visual Studio...

Preview:

Citation preview

Visual Studio 2010

Getting Started

Open a New Project

By

Pini Tandeitnik

Setting Visual Studio

Opening A New Project

Project Type : Console application

Console application Wizard (1)

Console application Wizard (2)

Finally you’ll get ….. ☺

Project documentation

Building the project

Building the project - succeeded

Add a break point

Step 1 : select the line

Break point

Step 2 : set a break point on the selected line

Break point

• The breakpoint is set OK

Break point

Step 3 : start debugging

Break point

• You have reached the selected break point ……

Execute a single C line

Console Application Output

View Variables (1)

• Put the mouse cursor above the variable

View Variables (2a)

• Select Quick Watch from the debug manue

View Variables (2b)

View Variables (3a)

• Right click on the mouse

View Variables (3b)

• See the watch window

Recommended