dev-manual: Edits to "Deploying and Debugging the Application" section.

(From yocto-docs rev: cfea9d5872952ab21942b4d4cc4ae7ec89fa9d94)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-10 13:41:28 -07:00 committed by Richard Purdie
parent a567be2883
commit 7bc64bda4f
1 changed files with 18 additions and 15 deletions

View File

@ -1232,33 +1232,36 @@
<title>Deploying and Debugging the Application</title> <title>Deploying and Debugging the Application</title>
<para> <para>
Once the QEMU emulator is running the image, using the Eclipse IDE Once the QEMU emulator is running the image, you can deploy
you can deploy your application and use the emulator to perform debugging. your application using the Eclipse IDE and use then use
the emulator to perform debugging.
Follow these steps to deploy the application. Follow these steps to deploy the application.
<orderedlist> <orderedlist>
<listitem><para>Select <filename>Run -&gt; Debug Configurations...</filename></para></listitem> <listitem><para>Select "Debug Configurations..." from the
"Run" menu.</para></listitem>
<listitem><para>In the left area, expand <filename>C/C++Remote Application</filename>.</para></listitem> <listitem><para>In the left area, expand <filename>C/C++Remote Application</filename>.</para></listitem>
<listitem><para>Locate your project and select it to bring up a new <listitem><para>Locate your project and select it to bring up a new
tabbed view in the <filename>Debug Configurations</filename> Dialog.</para></listitem> tabbed view in the Debug Configurations Dialog.</para></listitem>
<listitem><para>Enter the absolute path into which you want to deploy <listitem><para>Enter the absolute path into which you want to deploy
the application. the application.
Use the <filename>Remote Absolute File Path for C/C++Application:</filename> field. Use the "Remote Absolute File Path for C/C++Application:" field.
For example, enter <filename>/usr/bin/&lt;programname&gt;</filename>.</para></listitem> For example, enter <filename>/usr/bin/&lt;programname&gt;</filename>.</para></listitem>
<listitem><para>Click on the <filename>Debugger</filename> tab to see the cross-tool debugger <listitem><para>Click on the "Debugger" tab to see the cross-tool debugger
you are using.</para></listitem> you are using.</para></listitem>
<listitem><para>Click on the <filename>Main</filename> tab.</para></listitem> <listitem><para>Click on the "Main" tab.</para></listitem>
<listitem><para>Create a new connection to the QEMU instance <listitem><para>Create a new connection to the QEMU instance
by clicking on <filename>new</filename>.</para></listitem> by clicking on "new".</para></listitem>
<listitem><para>Select <filename>TCF</filename>, which means Target Communication <listitem><para>Select <filename>TCF</filename>, which means Target Communication
Framework.</para></listitem> Framework.</para></listitem>
<listitem><para>Click <filename>Next</filename>.</para></listitem> <listitem><para>Click "Next".</para></listitem>
<listitem><para>Clear out the <filename>host name</filename> field and enter the IP Address <listitem><para>Clear out the "host name" field and enter the IP Address
determined earlier.</para></listitem> determined earlier.</para></listitem>
<listitem><para>Click <filename>Finish</filename> to close the <listitem><para>Click "Finish" to close the
<filename>New Connections</filename> Dialog.</para></listitem> New Connections Dialog.</para></listitem>
<listitem><para>Use the drop-down menu now in the <filename>Connection</filename> field and pick <listitem><para>Use the drop-down menu now in the
the IP Address you entered.</para></listitem> "Connection" field and pick the IP Address you entered.
<listitem><para>Click <filename>Run</filename> to bring up a login screen </para></listitem>
<listitem><para>Click "Run" to bring up a login screen
and login.</para></listitem> and login.</para></listitem>
<listitem><para>Accept the debug perspective.</para></listitem> <listitem><para>Accept the debug perspective.</para></listitem>
</orderedlist> </orderedlist>