Innerhalb einer Runnable debuggen

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.
 

Ähnliche Themen

A
Antworten
10
Aufrufe
1.021
swa00
swa00
A
Antworten
1
Aufrufe
641
swa00
swa00
D
  • Data2006
Antworten
14
Aufrufe
487
jogimuc
J
Zurück
Oben Unten