I have couple of ThreadLocals populated in my web app. And, while remote debugging the webapp, I want to see the value of these ThreadLocal variables in Eclipse (just like the way Eclipse shows other variables in the variables tab in Debug perspective).
Any idea how can I view the value of ThreadLocal variables during debugging in Eclipse?
Thanks!