Changes for page Debugging WOLips
Last modified by Pascal Robert on 2012/02/11 05:22
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,11 +16,14 @@ 16 16 17 17 {{panel title="Snow Leopard Update" bgColor="#FFFFCE"}} 18 18 19 -I gave this a go on Snow Leopard and it worked finewithnelittledetail which I'venoted atthe end of thispage.19 +I gave this a go on Snow Leopard and it worked ok however there were a few problems which I've detailed near the end of this document. 20 20 Here's the setup I was using: 21 -- Mac OS X 10.6. 121 +- Mac OS X 10.6.2 22 22 - Java 1.6.0_15 23 -- Eclipse 3.4.2 (eclipse-SDK-3.4.2-macosx-carbon.tar.gz) 23 +- Eclipse 3.4.2 Build id: M20090211-1700 (eclipse-SDK-3.4.2-macosx-carbon.tar.gz) 24 +- woproject svn repository version 6031 25 +- Wonder svn repository version 10655 26 +YMMV! 24 24 25 25 {{/panel}} 26 26 ... ... @@ -152,7 +152,7 @@ 152 152 153 153 == Snow Leopard Update == 154 154 155 -I was running the carbon version of Eclipse 3.4.2 on Snow Leopard. 158 +I was running the carbon version of Eclipse 3.4.2 Build id: M20090211-1700 on Snow Leopard 10.6.2 156 156 Up to this point, I was following the instructions above however when I tried to launch Eclipse, I got this error: 157 157 158 158 {{code value="java"}} ... ... @@ -170,5 +170,8 @@ 170 170 Original: --os $target.os} --ws $target.ws} --arch $target.arch} --nl $target.nl} 171 171 Updated: --os $target.os} --ws $target.ws} --arch $target.arch} --nl $target.nl} --d32-- 172 172 176 +A second problem which I encountered was running out of memory while running test version of Eclipse! 177 +I had to add the VM argument "-Xmx2G" and then 'Run' as opposed to 'Debug' the app. For the most part, that worked. 178 + 173 173 My final setup looked like this: 174 -[[image:32Bit_jvm_ arguments.png]]180 +[[image:32Bit_jvm_2GB_mem.png]]