Reputation: 420
Normally I use the "watches" feature in the IntelliJ IDEA to for debugging. But now the watches-tab seems to be gone.
It should look like this:
For the watches are missing:
Any hints how to get them back?
Thanks!
Upvotes: 2
Views: 535
Reputation: 13026
Ok there's another way. you can get the watches back by going to your Keymap and finding "Show Watches..." It flips between combine with variables and show on in their own tab.
Now, This should be in the Debugger Actions menu (but I can't find it.). So I took a key combo that's not used and then hit it and voila, I have a watches tab.
A little annoying but it worked.
Upvotes: 0
Reputation: 420
Okay it was a bit hard to find but clicking on the small three dots on the top right corner bings the watches in the variables tab bag.
The view changed. Everything is in one tab now not separate.
Upvotes: 1