[Esbox-commits] r730 - trunk/org.indt.esbox.core

eswartz at garage.maemo.org eswartz at garage.maemo.org
Fri May 2 16:40:11 EEST 2008


Author: eswartz
Date: 2008-05-02 16:39:48 +0300 (Fri, 02 May 2008)
New Revision: 730

Added:
   trunk/org.indt.esbox.core/KNOWN-ISSUES.html
Log:
Add known issues doc

Added: trunk/org.indt.esbox.core/KNOWN-ISSUES.html
===================================================================
--- trunk/org.indt.esbox.core/KNOWN-ISSUES.html	                        (rev 0)
+++ trunk/org.indt.esbox.core/KNOWN-ISSUES.html	2008-05-02 13:39:48 UTC (rev 730)
@@ -0,0 +1,31 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<html lang="en">
+<head>
+	<meta http-equiv="Content-Language" content="en-us">
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<title>ESbox Known Issues in 1.4</title>
+</head>
+
+<body>
+	<ol>
+	<p><b>Scratchbox 2</b></p>
+	<li>
+		At the time of release, scratchbox 2 SDKs do not support launching maemo apps under the emulator, but
+		ESbox does not warn you of this.  You will merely see "osso_initialize failed" in the console when
+		trying to launch maemo or a maemo app.
+	</li>		
+
+	<p><b>Python</b></p>		
+	<li>
+		Remote debugging of Python over SSH is known to have problems hitting breakpoints unless you ensure 
+		that the ESbox > SSH > Destination folder points to the same path as your project under sbox 
+		(e.g. /home/user/workspace/MyProject).  We recommend using SBRSH in any case.
+	</li>
+		
+	<p><b>OProfile</b></p>		
+	<li>
+		In the OProfile (C/C++ and Python) launch configurations, you cannot specify the target IP address.  The default 192.168.2.15 will be used.
+	</li>
+					
+	</ol>
+<body>



More information about the Esbox-commits mailing list