Y
Hacker News
new
|
ask
|
show
|
jobs
by
throwaway81523
1714 days ago
It would sure be great if they made it easier to break to the debugger in case of an unhandled exception, like (setq debug-on-error t) in Emacs Lisp.
1 comments
pletnes
1714 days ago
This can be done in some IDEs. Although it can get confusimg if you’re working in an app framework that does some sort of catch-all exception handling.
link
throwaway81523
1712 days ago
Yeah it seems to me that regular Python should be able to do it though.
link