From the course: C++ IDE Overview

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Debugging

Debugging

From the course: C++ IDE Overview

Start my 1-month free trial

Debugging

- [Instructor] Let's check out Eclipse's debugging tools. If you have an open project, please close it. Right click the project in the Project Explorer and choose Close Project. Now let's create a new project. Go File, New, C/C++ Project, choose C++ Managed Build, click Next. We're going to give it the name Temperature. And Hello World C++ Project for the project type, Cygwin GCC for the tool chain and we're going to click Finish. Now we're going to go to chapter four, folder 04_04, and go to the begin and a right click and we're going to say Copy. Now we go back to Eclipse. We're going to expand the Temperature project. We're going to expand the source folder. We're going to select it and then we're going to do a control V to paste the file we copied, command V on the Mac. Eclipse will ask if you wish to overwrite the file. Click Overwrite All, right click the project name, click Build Project. Once it's finished, we're going to go Run and then Run. And at the temperature prompt I'm…

Contents