Are you "eating" exceptions?
No, I'm making the most minimal reproduction of the issue that is nagging me in a big project, where the exceptions are (hopefully) properly treated, though F8 "resurfaces" only in "try..except" statement, going through not very useful Assembly before that and often very little information on what exactly went wrong - only a consequence in form of an exception. Often "Call Stack" helps to debug those. But the example above shows only one thing (as the caption of this topic) : Pressing F8 goes into Assembly window instead of showing something meaningful.
Adding
WriteLn('Exception!') in the
except block doesn't seem to change the issue. The
Seh64.inc is still not found and Assembly window is displayed instead but it's one more line of code