It’s the timer tick you’ve got on your main form that’s causing the issue.
If after the first breakpoint i do
get_open_form().check_if_modified.interval = 0
# in the debug console
then step over works again
we’ll see what we can do
It’s the timer tick you’ve got on your main form that’s causing the issue.
If after the first breakpoint i do
get_open_form().check_if_modified.interval = 0
# in the debug console
then step over works again
we’ll see what we can do