Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to develop with Eclipse IDE under IGEP Technology

676 bytes added, 16:49, 21 August 2012
m
no edit summary
== Run programs remotely ==
 
Once you have compiled your program, use the following steps to run programs remotely:
 
*Select Run menu-> Run Configurations...
*In the left area, expand C/C++Remote Application.
*Locate your project and select it to bring up a new tabbed view in the Run Configurations Dialog.
*Enter the absolute path into which you want to deploy the application. Use the Remote Absolute File Path for C/C++Application: field. For example, enter /usr/bin/<program name>.
*Select Remote Connection
*If field is empty search your C/C++ Application
*Use other option as you want like program arguments or commands to execute before application run
*Finally run your program
== Debug programs remotely ==
4,199
edits