#IntelliJ debugger -- seeing variable values in variables pane

14 messages · Page 1 of 1 (latest)

willow valley
#

Where can I see the states of variables?

outer bloomBOT
#

This post has been reserved for your question.

Hey @willow valley! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

willow valley
#

the second image is what I was hoping to see based on documentation, the first is what I'm seeing

steel crown
#

the program isnt paused

#

you can only see frames and info of those frames when the program / thread is paused

willow valley
#

oh ok

#

this is what I see after pausing

steel crown
#

you paused somewhere randomly

#

the thread you‘re in is currently in that method

#

set a breakpoint and make the program run over it

#

then it‘ll pause there specifically

willow valley
#

ohh ok I see now

#

tysm