Arquivos
hhvm/hphp/test/quick/debugger/flow_excep.php.in
T
Mike Magruder 96d6bab291 Cleanup flow control around exceptions
There were multiple issues with flow control when exceptions occur. Fixed these by ditching the reliance on the exception thrown interrupt and introduce an exception handler interrupt, which indicates control is about to pass to a catch clause. This gives us much better insight into how execution is flowing and how we might need to adjust an in-flight stepping operation.
2013-06-10 10:14:11 -07:00

72 linhas
392 B
Plaintext

break main()
run
next
next
next
continue
run
step
out
next 2
step
next
step
out
out
continue
run
step
next
next
next
next
continue
run
step
next
step
out
next
out
continue
run
step
next
step
next
next
step
step
continue
run
next 2
step
next 2
step
next
next
next
out
next
next
next
out
continue
run
next 2
step
next 6
next
continue
run
next 2
step
next 6
step
next
out
next
continue
run
quit