Hi,
Want to introduce web2py adoptation of firepy for working with FirePHP. Official thread is here
http://groups.google.com/group/web2py/browse_thread/thread/cc13960a5079b2d5Screenshot:
http://www.picamatic.com/view/3948659_109510221650-My-Desktop/Download:
http://www.box.net/shared/dtm0dhgze9For installing place firepy folder to modules directory of your application and add these lines of code at the begining of your models code:
import sys
sys.path += ['applications/%s/modules' % request.application]
from firepy.web2py import start_firepy
start_firepy(globals())
Using is the same as firepy, see docs here:
http://code.google.com/p/firepy/wiki/Documentation