Innerhalb einer Runnable debuggen

  • 1 Antworten
  • Neuester Beitrag
Diskutiere Innerhalb einer Runnable debuggen im Android App Entwicklung im Bereich Betriebssysteme & Apps.
D

Duckemai

Fortgeschrittenes Mitglied
Hallo zusammen,

kann mir jemand sagen, wie man am besten innerhalb einer Runnable ->run() debuggen kann? Wenn ich dort einen Haltepunkt setze, dann stürzt der Debugmodus ab. Manchmal auch ganz Eclipse. Fehlermeldung:

JDI thread evaluations
oder
org.eclipse.jdi.TimeoutException
oder
async thread queue
oder
OutOfMemory error has occured

Danke
Duckemai
 
D

Duckemai

Fortgeschrittenes Mitglied
Ok. Scheint ein offizieller Bug zu sein.
Lösung:
The problem was with the expressions watching while debugging. If those old expressions are not removed, it just keeps evaluating them and since they don't exist for current program, they keep throwing null pointer exception.