IntelliJ debugger -- seeing variable values in variables pane
Where can I see the states of variables?
8 Replies
⌛
This post has been reserved for your question.
Hey @Minotaur | Ping Friendly! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose 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.
the second image is what I was hoping to see based on documentation, the first is what I'm seeing
the program isnt paused
you can only see frames and info of those frames when the program / thread is paused
oh ok
this is what I see after pausing
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
ohh ok I see now
tysm
Post Closed
This post has been closed by <@723560576868941885>.