From a033ef6b5f64ee7d56e135f230afca5cab60f2bf Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 13:41:28 -0700 Subject: dev-manual: Edits to "Deploying and Debugging the Application" section. (From yocto-docs rev: cfea9d5872952ab21942b4d4cc4ae7ec89fa9d94) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 33 +++++++++++++++------------ 1 file changed, 18 insertions(+), 15 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 15f0a44b11..6e29c025f4 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1232,33 +1232,36 @@ Deploying and Debugging the Application - Once the QEMU emulator is running the image, using the Eclipse IDE - you can deploy your application and use the emulator to perform debugging. + Once the QEMU emulator is running the image, you can deploy + your application using the Eclipse IDE and use then use + the emulator to perform debugging. Follow these steps to deploy the application. - Select Run -> Debug Configurations... + Select "Debug Configurations..." from the + "Run" menu. In the left area, expand C/C++Remote Application. Locate your project and select it to bring up a new - tabbed view in the Debug Configurations Dialog. + tabbed view in the Debug 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. + Use the "Remote Absolute File Path for C/C++Application:" field. For example, enter /usr/bin/<programname>. - Click on the Debugger tab to see the cross-tool debugger + Click on the "Debugger" tab to see the cross-tool debugger you are using. - Click on the Main tab. + Click on the "Main" tab. Create a new connection to the QEMU instance - by clicking on new. + by clicking on "new". Select TCF, which means Target Communication Framework. - Click Next. - Clear out the host name field and enter the IP Address + Click "Next". + Clear out the "host name" field and enter the IP Address determined earlier. - Click Finish to close the - New Connections Dialog. - Use the drop-down menu now in the Connection field and pick - the IP Address you entered. - Click Run to bring up a login screen + Click "Finish" to close the + New Connections Dialog. + Use the drop-down menu now in the + "Connection" field and pick the IP Address you entered. + + Click "Run" to bring up a login screen and login. Accept the debug perspective. -- cgit v1.2.3-54-g00ecf