[Esbox-commits] r160 - in trunk/org.indt.esbox.help: . html/concepts html/gettingstarted html/tasks

carolina at garage.maemo.org carolina at garage.maemo.org
Fri Oct 19 23:10:00 EEST 2007


Author: carolina
Date: 2007-10-19 23:09:59 +0300 (Fri, 19 Oct 2007)
New Revision: 160

Modified:
   trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html
   trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html
   trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
   trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
   trunk/org.indt.esbox.help/tocgettingstarted.xml
Log:
Improving.

Modified: trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html	2007-10-19 12:15:11 UTC (rev 159)
+++ trunk/org.indt.esbox.help/html/concepts/RemoteDebugging.html	2007-10-19 20:09:59 UTC (rev 160)
@@ -27,5 +27,13 @@
 runs on another. GDB can communicate to the remote 'stub' which understands GDB 
 protocol via Serial or TCP/IP.</p>
 
+<h4 class="style1">ESbox gdbserver Debugger on Device</h4>
+<p>On debug dialog's debugger tab user can choose ESbox gdbserver Debugger on Device. 
+He must also select connection type: Serial or TCP.
+<p><li>If Serial is selected user has to select Device and Speed for the serial connection.</li></p>
+<p><li>If TCP is selected user must first set IP and Port.
+<STRONG><a href="../images/debug.jpg">Click to see the picture.</a></STRONG></li></p>
+</p>
+
 </body>
 </html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html
===================================================================
--- trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html	2007-10-19 12:15:11 UTC (rev 159)
+++ trunk/org.indt.esbox.help/html/gettingstarted/BasicTutorial.html	2007-10-19 20:09:59 UTC (rev 160)
@@ -8,9 +8,9 @@
 <p>This tutorial will show step by step how to create a new C/C++ Maemo project in your Eclipse IDE.</p>
 
 <p><strong><a href="CreatingAMaemoProject.html">
-	Creating a New C/C++ Maemo Project
+Creating a New C/C++ Maemo Project
 </a></strong></p>
 
 <p><strong><a href="CreatingProjectTemplates.html">
-	Creating a Maemo Hello World Project
+Creating a Maemo Hello World Project
 </a></strong></p>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html	2007-10-19 12:15:11 UTC (rev 159)
+++ trunk/org.indt.esbox.help/html/tasks/RunningDebugging.html	2007-10-19 20:09:59 UTC (rev 160)
@@ -14,10 +14,10 @@
 <body>
 <h2 class="style1">Running And Debugging</h2>
 
-<p>You may launch your programs from the workbench.  The programs may be launched in either run or debug mode.
+<p>You may launch your programs from the workbench. The programs may be launched in either run or debug mode.
  <ul>
     <li>In run mode, the program executes, but the execution may not be suspended or examined.</li>
-    <li>In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.</li>
+    <li>In debug mode, execution may be suspended and resumed, variables may be inspected, and expressions may be evaluated.</li>    
  </p></ul>   
 <p>To create a run or debug configuration:</p>
 
@@ -58,6 +58,7 @@
   <ol start="13">
   <p><li>
   Select: Properties -> ESbox -> Target. <STRONG><a href="../images/target0.1.jpg">Click to see the picture.</a></STRONG>
+    <p><STRONG>To know more about targets <a href="CreateNewTarget.html">click here</a>.</STRONG></p>
   </ol>  
   
   <p>Now with all set up, click on Run as -> Maemo Local Application.  

Modified: trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html
===================================================================
--- trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html	2007-10-19 12:15:11 UTC (rev 159)
+++ trunk/org.indt.esbox.help/html/tasks/SettingPreferences.html	2007-10-19 20:09:59 UTC (rev 160)
@@ -29,7 +29,7 @@
 </p>
 
 <p>
-The Gazpacho page gets its name from common user interface editor Gazpacho. Gazpacho
+The Gazpacho sub page gets its name from common user interface editor Gazpacho. Gazpacho
 is advanced editor, and for what is important it allows own implementation to code without
 using Gazpacho. Use x-host command starting Gazpacho in Maemo runs the command in
 the Xhost input box.
@@ -37,11 +37,17 @@
 </p>
 
 <p>
-In Environment page is able to adjust a set of environment variables.
+In Environment sub page offers the user a way to adjust a set of environment variables.
+The user can create a new variable clicking on <b>New</b> or modified existing ones, clicking 
+on <b>Select</b>. 
 <STRONG><a href="../images/run.jpg">Click to see the picture.</a></STRONG>
 </p>
 
+<p>
+The X Server sub page contains commands for starting the X-Server and exporting display
+for Scratchbox applications.
+<STRONG><a href="../images/preferences2.jpg">Click to see the picture.</a></STRONG>
+</p>
+
 </body>
-</html>
-
-
+</html>
\ No newline at end of file

Modified: trunk/org.indt.esbox.help/tocgettingstarted.xml
===================================================================
--- trunk/org.indt.esbox.help/tocgettingstarted.xml	2007-10-19 12:15:11 UTC (rev 159)
+++ trunk/org.indt.esbox.help/tocgettingstarted.xml	2007-10-19 20:09:59 UTC (rev 160)
@@ -4,6 +4,6 @@
 <toc label="Getting Started" link_to="toc.xml#gettingstarted"> 
 	<topic label="Basic Tutorial"  href="html/gettingstarted/BasicTutorial.html"> 
 		<topic label="Creating a new C/C++ Maemo project" href="html/gettingstarted/CreatingAMaemoProject.html" />		
-		<topic label=" Creating a Maemo Hello World Project" href="html/gettingstarted/CreatingProjectTemplates.html" />
+		<topic label="Creating a Maemo Hello World Project" href="html/gettingstarted/CreatingProjectTemplates.html" />
 	</topic> 
 </toc>



More information about the Esbox-commits mailing list