Philipp
Philipp

Reputation: 420

IntelliJ no "watches" tab in debugging

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:

enter image description here

For the watches are missing:

enter image description here

Any hints how to get them back?

Thanks!

Upvotes: 2

Views: 535

Answers (2)

Peter Kahn
Peter Kahn

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.

enter image description here

Upvotes: 0

Philipp
Philipp

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.

enter image description here

Upvotes: 1

Related Questions