Variables in Debugger: Can I see variables from super method?

So, can I see are variables from super method if I selected it in Thread list?
I currently see only variables from thread where I have the breakpoint.

0
6 comments

Hi, you will not see them in the variables list but if evaluated IDEA will try to find their values.

0
Avatar
Permanently deleted user

If I try it (evaluate) with "this" object I see that it is the same object but not a object from parent call.

0

please attach a test case and specify IDEA version you're using

0
Avatar
Permanently deleted user

IDEA 14.1.5



Attachment(s):
idea_debug_variables.avi
0

Switching frames in threads view does not switch active frame, you need to use combobox in frames view.

0
Avatar
Permanently deleted user

I have a bug with GUI (see https://devnet.jetbrains.com/thread/473467?tstart=0). After I restored the layout it' looking good now. Thanks

0

Please sign in to leave a comment.