This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Eclipse-J2ME Debugging
Feed Title: ShareMe Technologies-The Mobile Future
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology. Old Archive .
This tip comes to us from Ludovico Cellentani-Zetha Gamez via
SE-MobilityWorld forums. To get adebug session in J2ME emulators using
Eclipse follow these steps:
2.
Inside Eclipse open remote debugging session on port 8000. debug session
classpath should be pointed to location of emulator.jar package.
Asuming that Nokia, Siemens , and etc have emualtor the server feature in
Sun's wtks with their own J2ME emualtors; you should be able to also use
this trick on Nokia, Siemens , and etc emulators.
I should note
that it only connects the first time to debug session. When doing multiple
debug session via running midlets more than once, you will have to restart
the debug session by reconnecting to anew midlet run.