Home > Back-end >  I'm not able to permanently remove variable watches in Intellij?
I'm not able to permanently remove variable watches in Intellij?

Time:12-29

Problem: I am not able to permanently remove variable watches? I don't add them very often because they causing debugging "Collecting Data" issues. However, I have added and removed these many times in the past on this and other projects but they just keep coming back. Some variables don't even exist anymore and these checks still keep popping up.

What I have tried: I've tried what you are supposed to do, select them and remove them. Not sure what else to do. I have removed them and closed the project but opening the project and debugging causes them to come back.

Variable Watches

CodePudding user response:

Please try to switch to another project and return.

  • Related