Search code examples
javaspringeclipseremote-debuggingspring-tool-suite

How to toggle "Show Monitors" in STS (Spring Tool Suite) Debug View?


In order to improve Remote Debugging performances, following this SO thread I'm trying to disable in STS (not plain eclipse) the "Show Monitors" from Debug View, but cannot find either the Menu Item or the icon.

As reference I also found the Eclipse Documentation mentioning the "Show Monitors" icon https://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fviews%2Fdebug%2Fref-showmonitors.htm

but not able to find it anywhere in STS.

Anyone know how to toggle it in STS? Thanks.


Solution

  • From the Debug view's context menu (click on the little triangle in the upper-right corner). Then goto "Java >> Show Monitors".

    enter image description here