Hello folks, i usually use JDB to debug my servlets, and some times when i tried to display a result from a static method i get this error:
Thread-9[1] print Thread.currentThread()
com.sun.tools.example.debug.expr.ParseException: Name unknown:
Thread.currentThread
Thread.currentThread() = null
Does anyone here knows why this happen?
Regards,
Edson
