Peter Scott wrote:
> > What's the best/recommended way for a script to detect when it's 
> > running under the debugger ?
> 
> I usually do
> 
>         ... if defined &DB::DB
> 
> for the prettiness of it.

Thanks - that looks like a much better test.

--
Tim

Reply via email to