On Sat, Jan 28, 2012 at 19:52, William Stein <wst...@gmail.com> wrote: > I think the single nost important feature missing in the sage notebook is > good support for interactive debugging, …
yes, the one for flask is quite cool, especially the interactive shell. what's related and also missing is a list of variables, together with their type and help. probably in such a way that when you click on them, you see a popup showing its value. this would help debugging a script, where you just see the end result but want to introspect intermediate values. i know, a debugger can do more, but for an average user with lets say 10 variables in 3 cells this would be a great win and saves a lot of "print"s and re-runs. H -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org