The Artima Developer Community
Sponsored Link

Python Buzz Forum
Ajaxy Exception Catching

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Ajaxy Exception Catching Posted: Nov 10, 2005 1:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Ajaxy Exception Catching
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

I added a new WSGI middleware to Paste this weekend, in paste.evalexception:EvalException <http://svn.pythonpaste.org/Paste/trunk/paste/evalexception/> (or just egg:Paste#evalerror if you are using paste.deploy). This adds to exception reports, allowing you to inspect and evaluate code in the context of individual frames of the traceback. Like everything in Paste, this can be applied to any WSGI application/framework.

Since I can't give a live online demo -- since this specifically allows you to evaluate arbitrary code -- I thought I'd try a screencast. My first screencast!

Go view the screencast.

Since people are always curious, this was created with pyvnc2swf, and I recorded the audio track separately and then merged (with the included edit.py).

Read: Ajaxy Exception Catching

Topic: Crash is back Previous Topic   Next Topic Topic: Wordpress and PHP5?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use