On Fri, May 31, 2002 at 04:04:23PM +0200, Axel Rose wrote: > >That works for me... > >... > >What result did you get? > > The same result. I meant I don't get the output within the > debug window but in the normal MacPerl window. This forces > me to use the mouse which I don't like in debugging sessions.
Oh, try this then: DB<1> x $x="blah"; $x =~ /(a)/; $1 0 'a' > Would the "readline" support you mentions also work in the > MacPerl debugger? Have you tried? Actually, I don't think it would work it MacPerl. :( Ronald