sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

traceback improvements #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
both issues fixed by revisions 271 and 280

Original comment by pierre.q...@gmail.com on 31 Dec 2012 at 12:59