Files
sphinx/tests
Jeremy Maitin-Shepard 66f9ee4afd Make -P (pdb) work better with exceptions triggered from events
Previously, if an exception was raised from an event listener, and the
`-P` option was specified, the debugger would be started not for the
original error but for the `ExtensionError` wrapping it that was
raised by `EventManager.emit`.  That made it difficult to debug the
error.

With this change, when `-P` is specified, wrapping of errors in
`ExtensionError` is disabled, which allows pdb to debug the original
error.
2022-07-04 18:48:44 -07:00
..
2022-03-19 23:16:27 +00:00
2020-11-20 19:43:02 +01:00
2022-05-30 12:35:08 +01:00
2022-05-02 17:51:26 +01:00
2022-03-07 15:17:45 +00:00
2022-02-20 03:13:45 +00:00
2022-02-20 03:13:45 +00:00
2022-06-15 10:15:53 +01:00
2022-02-20 03:13:45 +00:00
2022-02-20 03:13:45 +00:00
2022-02-20 03:13:45 +00:00