peterworth
Programmer
when stepping through my program, it gets to a line which calls a function (let's call it x) and then jumps out of the current function back to the catch statement in the function that called y (z). even though i'm pressing F11 when the trace gets to the line that calls x, it never goes inside x, just jumps straight to the catch statement. i never see anything thrown. anyone know why this might be? thanks.