kutny / tracy-bundle

Tracy PHP debugger bundle for Symfony framework
MIT License
28 stars 5 forks source link

Don't exit abruptly and allow other handlers to be run. #2

Closed mvrhov closed 10 years ago

mvrhov commented 10 years ago

Tracy exits right after it's done. This means that no other exception handlers will be run after this one. This patch allows other handlers to be run.

kutny commented 10 years ago

Hi, please update docs for the previous pull request first. Thank you

mvrhov commented 10 years ago

Could you wait a bit before merging this one. https://github.com/nette/tracy/commit/ae8fc2d83b88cd01cdd24d7b3146ee3f54c20421

mvrhov commented 10 years ago

It seems that this is ok to merge: nette/tracy#24