[plt-scheme] CGI Test bed

From: Mike T. Machenry (dskippy at ccs.neu.edu)
Date: Wed Jan 14 16:20:45 EST 2004

Have you tried the servlet teachpack? It gives you send/suspend with
Dr. Scheme so that you still get the source locations for your bugs. You
need to take the program out of the unit for send/suspend to be in scope

-mike

On Wed, Jan 14, 2004 at 01:27:34AM -0800, Noel Welsh wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Hi all,
> 
> I'm developing some cgi programs that I need to debug.
>  It's quite difficult to debug them from the web
> server so I'm thinking of developing a little test bed
> that would set the appropriate environment variables
> etc. and run the cgi in that.  With a bit of namespace
> hackery I could probably do this all within DrScheme,
> to take advantage of its source location tracking.  I
> can't be the first person who's had to do this, so
> does anyone have code that I could use as a starting
> point?
> 
> TIA,
> Noel
> 
> =====
> Email: noelwelsh <at> yahoo <dot> com
> Jabber: noelw <at> jabber <dot> org
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
> http://hotjobs.sweepstakes.yahoo.com/signingbonus


Posted on the users mailing list.