1

When I use the debugger in IntelliJ, I get the values of the variables inside the code lines (see text in gray in the attached picture). I would like to cancel this feature. Do you know how to do it?

enter image description here

CrazySynthax
  • 13,662
  • 34
  • 99
  • 183

1 Answers1

1

In the Debug tool window toolbar click the Settings icon and deselect the Show Values Inline:

deselect value inline

Oussama Zoghlami
  • 1,660
  • 17
  • 24