From: drieux <[EMAIL PROTECTED]>
> On Saturday, June 22, 2002, at 05:01 , Timothy Johnson wrote:
> 
> > Some of you out there using Win32, the Activestate Perl Dev Kit
> > comes with an excellent Perl Debugger.  It does allow you to step
> > into and out of functions, watch variables for changes, etc.
> 
> Unless they have added something - isn't this the same one that
> comes with the standard perl release????

No. The Perl Dev Kit contains a graphical debuger.

And then there is the ptkdb : http://world.std.com/~aep/ptkdb/

Both are quite good :-)

> I will agree with most folks that working stuff in a 'debugger'
> tends to be a bit more work than the usual
> 
>  prinf(...)
> 
> types of solutions - but it also saves you the time of putting
> them in and taking them out...

To get similar type of debuging "free" you may use Devel::TraceSubs : 
http://www.perlmonks.org/index.pl?node_id=167881

Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain
I can't find it.
                                        --- me


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

Reply via email to