From: Damian <dam...@gm...> - 2010-08-14 23:52:37
|
Isn't any way to debug the java code with the app running in the iphone simulator? That was my main question. A lot of java and .net projects that cross compile to other languages manage to do it somehow, like monotouch or GWT. What would be the way to make that possible with xmlvm? On Sat, Aug 14, 2010 at 9:22 AM, Troy Gaines <tro...@gm...> wrote: > I just use the Apple iPhone simulator once I'm compiling in xCode. You > should be able to debug from there. > > > On Aug 14, 2010, at 12:51 AM, Damian <dam...@gm...> wrote: > > Well, but there is no way to debug the code while running on apple > simulator, right? Am I missing something? > thanks! > > On Sun, Jul 25, 2010 at 7:02 PM, Panayotis Katsaloulis <<pan...@pa...> > pan...@pa...> wrote: > >> >> On 24 Ιουλ 2010, at 6:34 π.μ., Damian Troncoso wrote: >> >> > Well, I'm finding myself blocked by the emulator capabilities, and I >> > think that using it maybe is not the best idea. >> > Is there any way to use apple emulator and be able to debug somehow? >> > Anyone has taken the approach of not using xmlvm emulator and using >> > apple's one or a real device? Could I have better luck this way? >> > The problem I find with xmlvm emulator is that most of apple libraries >> > are not implemented, and I think doing so is not practical at all. >> > Besides that, I don't think it's uncommon to find problems in apple >> > emulator that wasn't in xmlvm one, because the code is not the same. >> > So finding a way to debug in the actual device would be absolutely >> > useful and there would be no need to put so much effort on xmlvm >> > emulator and libs. Am I right? >> > >> > Any help or idea will be greatly appreciated. >> > Damian >> >> >> try this command: >> >> java -jar xmlvm.jar --out=OUT_DIR --app-name=NAME --skeleton=iphone >> >> and of course replace OUT_DIR and NAME with actual parameters. >> Then open the created project in Netbeans under OS X. >> Don't forget to change target form Netbeans to Xcode >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Sprint >> What will you do first with EVO, the first 4G phone? >> Visit <http://sprint.com/first>sprint.com/first -- >> <http://p.sf.net/sfu/sprint-com-first> >> http://p.sf.net/sfu/sprint-com-first >> _______________________________________________ >> xmlvm-users mailing list >> <xml...@li...>xml...@li... >> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users> >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |