根据下面提供的菜单、文件夹、标签、按钮、窗口等操作选项,请写出从资源管理器视图中开始操作,运行一个名为“hello”的C/C++项目的基本操作步骤,Run As、Debug As、Profile As、Run Configurations、New launch configuration、Build Configuration、Release、Debug、Search Project、Program Selection、 x86le-/helloworld/Release/helloworld. exe、x86le-/helloworld/Debug/helloworld. exe、Run。
选中需要运行的项目,单击右键,在Run As子菜单中选Run Configurations。点击New launch configuration,在Build Configuration选择Release,点击Search Project,在弹出的Program Selection 窗口中选中x86le-/helloworld/Release/helloworld. exe后点击ok,点击Run。