4 Replies Last post: Apr 19, 2012 10:44 PM by Christian Posta  
tom quas Newbie 86 posts since
Oct 1, 2002
Currently Being Moderated

Aug 2, 2005 11:57 AM

Debugger & Threadlocals

Is there actually a way to view threadlocals during a debug session?

 

Thanks,

-tom

Guest
Currently Being Moderated
Aug 2, 2005 3:58 PM in response to: tom quas
Re: Debugger & Threadlocals

What's the problem? They are displayed in the frame view just like ordinary fields.

 

--

Best regards,

Eugene Zhuravlev

Software Developer

JetBrains Inc.

http://www.jetbrains.com

"Develop with pleasure!"

 

"tom quas" <no_mail@jetbrains.com> wrote in message news:24334084.1122969461513.JavaMail.javamailuser@localhost...

Is there actually a way to view threadlocals during a debug session?

>

Thanks,

-tom

 

 

 

Guest
Currently Being Moderated
Aug 4, 2005 11:55 AM in response to: tom quas
Re: Debugger & Threadlocals

Currently there's no such a functionality and looks like JDI doesn't offer anything to support it. Anyway, if it is critical for

you, please submit an issue to our JIRA.

 

--

Best regards,

Eugene Zhuravlev

Software Developer

JetBrains Inc.

http://www.jetbrains.com

"Develop with pleasure!"

 

"tom quas" <no_mail@jetbrains.com> wrote in message news:13643447.1123073506527.JavaMail.itn@is.intellij.net...

Sorry, I wasn't specific enough. Yes, you can see ThreadLocal instances while stepping through the context where they are defined.

But considering their semi-global nature, would it be possible to display all TLs connected to a thread on demand? I have a bunch

of 3rd-party libraries that do some TL magic and want to check upon their state.

 

 

 

 

Christian Posta Newbie 85 posts since
Mar 27, 2011
Currently Being Moderated
Apr 19, 2012 10:44 PM in response to: tom quas
Re: Debugger & Threadlocals

I'd like to resurrect this thread and hope there's an answer to this? Is there a way to see what threadlocal variables are associated with a particular thread?

More Like This

  • Retrieving data ...