Innerhalb einer Runnable debuggen

  • 1 Antworten
  • Letztes Antwortdatum
D

Duckemai

Fortgeschrittenes Mitglied
6
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
 
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.
 
Zurück
Oben Unten