On Thu, 19 Jul 2001, Stas Bekman wrote:

> now -debug will always set the apr_dso_load and modperl_hook_init bp and
> run after these.

i think you misunderstood my comment before.  no breakpoints should
be set by default, only when -breakpoint is specified.  and rather than
using apr_dso_load to wait until modperl is loaded, you should use
ap_run_pre_config since there might be more dso's besides modperl being
loaded.  after applying your patch, i get:
Global symbol "$debugger" requires explicit package name at
Apache-Test/lib/Apache/TestServer.pm line 133.

needs to be $opts->{debugger} instead.  otherwise works great, this is a
really cool feature!



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

Reply via email to