Maurice Aubrey wrote:
> 
> On Wed, Feb 20, 2002 at 12:42:36AM +1100, Christopher Forkin wrote:
> > I hope this is not a FAQ. When I debug Apache::ASP web-pages with Apache::DB
> > the debugger is not capable of displaying the source-code of the
> > perl-program
> > underlying the ASP webpage (when using debugger commands such as "w" or
> > "l").
> > It has no problems displaying the source-code of Perl-Modules referenced
> > from such
> > pages. Am I missing something here? Can someone enlighten me on how to debug
> > ASP pages with Apache::DB?
> ...
> 
> The quick fix is to remove the line numbering stuff.
> The real fix is to make it configurable and maybe just honor the
> $Apache::Registry::MarkLine value.
> 

I could make Apache::ASP honor the Apache::Registry::MarkLine value 
for this purpose, but pretty soon now, I will be making the subroutines
that are compiled named by MD5 checksums, so if one does a &Carp::confess,
the stack will not yield anything meaningful when using Apache::DB.

Would this be OK?  Might it be possible instead to have Apache::DB
understand standard perl #line directives?

--Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to