Debugger step issue

Hey Everyone,

I’m not sure how I am going to explain this, but it was a feature in R5 that is not in R6 and maybe you guys know a fix or a workaround for it.

Does anyone know how turn OFF the property in the debugger to make next steps static to the bottom of the window. In R5, you use to be able to step through and watch the code below.

Now everytime you move up the screen to look at code below the step mark, and then do a ‘Step Into’, it moves the current position of the step to the bottom of the screen.

The reason I ask is because I’m use to watching the code below the current position for my personal debugging purposes.

Thanks.