Hi,

I'm new to mobile development/eclipseme (using 1.5.5) and didn't find a
solution for my debugging problems:

1)
I don't get a stacktrace when an uncaught exception occurs in my app (no
matter if debugging or running). It only appears sth. like:
"Uncaught exception java/lang/NullPointerException"
So it's really hard to find where it occured.
Is it possible to get a full stacktrace?

2)
When running my multithreaded app in debug mode, the program flow is
only suspended the first time at a breakpoint in the workerthread.
But logging tells that the breakpoint is executed twice.
Enabling conditions in the breakpoint properties leads into:

JDI Thread evaluations
Exception processing async thread queue
java.lang.UnsupportedOperationException


Hope this are no rtfm-google-questions,
thanks in advance for answers.


Alex


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to