Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b4e3f8bedd5f68fd3d197baa49cb1ac5414a85e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Tutorial</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h3>Run Configuration</h3>

<p>You should now see the <b>Run Configurations</b> dialog box, navigate to the project in the <b>Configurations:</b> view, and then double click <b>C/C++ Local</b>.  
This will create your Run Configuration.</p>  
<p>Now click the <b>Main</b> tab and then the <b>Search</b> button.</p>


</body>
</html>

Back to the top