Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse debugging has dialog box: Exception processing async thread queue java.lang.NullPointerException

I am facing a problem while debugging in Eclipse 3.4.2. I keep getting pop-up Exception processing async thread queue java.lang.NullPointerException

Does anyone know what the exact problem is?

Thanks

like image 690
yogsma Avatar asked Nov 11 '09 16:11

yogsma


1 Answers

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.

like image 198
yogsma Avatar answered Oct 21 '22 06:10

yogsma