View Single Post
Posts: 26 | Thanked: 0 times | Joined on Sep 2009 @ São Paulo (Brazil)
#19
Originally Posted by Hogwash View Post
I do precisely this for developing the flash app.

However, the native service will be running on the Maemo5 device, so I need to open a browser window within the SDK, navigate to a server that has my flash app, and use gdb to trap the interaction between the browser app and my localhost service.
Hmm makes sense if you need to debug it... I don't this this is useful with the SDK, as it is x86. You would probably have to test on a real device to make sure the experience is the same.
I'm really unexperienced on debugging in C, but I think it is possible to remotely debug your code via TCP/IP on an actual device (even tough if the SDK were usable for this it would be more practical).