Has anybody observed the same behaviour?
I was debugging methods with many function calls, wanting to step over and not to enter functions, the debugger systematically entered into functions.
I tried on other elements of codes, declaration parts, the debugger went over instantiation parameters then suddenly jump to an enum declaration then reappeared far away in the declaration list, doesn’t tracing a big part of code.
I try on a very empty project, I hadn’t been able to reproduce the behaviour.