Collect traceback if an error occurs in a callback10/head
commitf0afc633e05c25a2e9d4a17aab5d5d51535f0a45
authorKim Alvefur <zash@zash.se>
Thu, 19 Oct 2017 15:17:32 +0000 (19 17:17 +0200)
committerKim Alvefur <zash@zash.se>
Thu, 19 Oct 2017 15:17:32 +0000 (19 17:17 +0200)
tree6fd8de672db253cfe2f032c062989f176f3cbd1d
parentb4e322e8f9b1adbd147b97ef50b3bf544c939be1
Collect traceback if an error occurs in a callback

Having a full traceback instead of just an error is very helpful for
debugging, otherwise all you know is that an error happened somewhere
inside the main loop.
src/event_callback.c