summaryrefslogtreecommitdiff
path: root/paste/evalexception/media/debug.js
Commit message (Collapse)AuthorAgeFilesLines
* revert r6094: evalexception is tied to MochiKit 1.3.1,pjenvey2007-01-171-7/+7
| | | | which these changes are incompatible with
* Patch from David Smith to support newer versions of MochiKit in evalexceptionianb2007-01-151-7/+7
|
* Added a tbid attribute to frame objects; simplify signature of ↵ianb2005-11-171-6/+6
| | | | format_source_line function (passing in frame object); fixed evalexception middleware when traceback lines are trimmed (was counting lines, and the count was off during trimming)
* Added history (up and down arrows). Made compacted variables have expanding ↵ianb2005-11-131-0/+57
| | | | link
* Remove extra _debug from URLsianb2005-11-091-3/+3
|
* Improved UI of the error catcher in several waysianb2005-11-061-6/+62
|
* Now with actual expression evaluation, which is where it starts getting ↵ianb2005-11-061-0/+22
| | | | interesting
* Further refactoring and expansion of the eval exception middleware; ↵ianb2005-11-061-0/+26
functions now, but not that fancy yet