Brython tries to produce an error trace similar to the standard Python
interpreter
There are at least 2 issues :
- the error trace is produced only on page load, but not if the error occurs in
a function called by a user action, or by a timer
- in an error occurs in an imported module, the trace is not usable ; the
program should use an execution stack
Original issue reported on code.google.com by pierre.q...@gmail.com on 17 Dec 2012 at 9:31
Original issue reported on code.google.com by
pierre.q...@gmail.com
on 17 Dec 2012 at 9:31