debugging

debugging

am 04.06.2007 14:27:25 von SPX2

hi,
im getting serious with perl and i need debugging,
ofcourse im not reffering to command line debugging.
i find ddd to be good on linux but on windows i cant
find anything that will work fast enough.
komodo is very slow on my comp.
visual studio .net works ...decent
would visual perl be an alternative ?
are there others ?
thank you


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: debugging

am 05.06.2007 15:27:13 von unknown

Post removed (X-No-Archive: yes)

Re: debugging

am 06.06.2007 23:14:58 von SPX2

On Jun 5, 6:27 am, zent...@highstream.net (Zentara) wrote:
> On Mon, 04 Jun 2007 05:27:25 -0700, stefan.pet...@gmail.com (SPX2)
> wrote:
>
> >hi,
> >im getting serious with perl and i need debugging,
> >ofcourse im not reffering to command line debugging.
> >i find ddd to be good on linux but on windows i cant
> >find anything that will work fast enough.
> >komodo is very slow on my comp.
> >visual studio .net works ...decent
> >would visual perl be an alternative ?
> >are there others ?
> >thank you
>
> Get the ptkdb modules from cpan. It is a visual debugger
> using Perl/Tk.
>
> It works pretty well ( not sure about thread handling).
>
> Google for "ptkdb tutorial" to get a head start.
>
> zentara
>
> --
> I'm not really a human, but I play one on earth.http://zentara.net/japh.html

wow thanks zentara :)
i love you
i discovered ptkdb before reading this thread and also ddd (wich
unfortunately only
works on linux :( )


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/