Debugger: Skip simple getters
Just curious, how "simple" getters are determined.
In my case, IDEA steps in this getter
public G2PrjPunktStorage getPunktStorage() {
return punktStorage;
}
although the above mentioned option is checked. Is it working only on
new debug sessions or also for the current one?
Tom
Please sign in to leave a comment.
NO, the option is not remembered! If I select it, press OK and open the
Debugger settings dialog again, it is lost.
Tom