Variables in Debugger: Can I see variables from super method? Permanently deleted user Created October 06, 2015 09:11 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.
Hi, you will not see them in the variables list but if evaluated IDEA will try to find their values.
If I try it (evaluate) with "this" object I see that it is the same object but not a object from parent call.
please attach a test case and specify IDEA version you're using
IDEA 14.1.5
Attachment(s):
idea_debug_variables.avi
Switching frames in threads view does not switch active frame, you need to use combobox in frames view.
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