Hi,

I have a feature request for Sage Notebook interface:

It is the adoption of the debugging capabilities present in the Django
framework. An image here is worth a thousand words:

http://thoughtandtheory.com/blog/wp-content/uploads/2007/10/fbml_beta.jpg

When django catches an error it creates a web page with the full
traceback (which Sage already provides), but also adds collapsible
<div>s with a list of the local variables at each level of the stack,
making it very easy to figure out what is going on with your code.

IMHO, this would be the best way to offer debugging capabilities to
sage code without resorting to complex integration with external
debuggers.

Besides, the python code and html templates are already written for
Django, which would make it reasonably easy to port to Sage
notebook...

thanks,

Flávio
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to