On Thu, 30 Jun 2005, Luc Bourhis wrote: > When I execute the following snippet in the debugger > > def f(a): > if a > 0: > pass > else: > return 1 > > a = f(1) This is a confusing case. We may try changing the marker to a line under last line of function or something when we get an exit event. - Stephan