pDale wrote:

> I would suggest you look into the GUI debugger  module PTKDB.  I love
> CLI as much as the next curmudgeon, but there's something to be said
> for a multi-pane debugging environment.

<rant-on>

The GUI sucks until it has all the commands that the commandline does.
Also it hangs for long periods on startup for me periodically/randomly.

I don't see why the same commands that are available on the commandline
can't be available for the GUI.  The GUI has like < 10 commands.  I
think it deserves some enhancement to be a decent tool.

Try this one and see what you get :

> perl -d
my $x = 1;
$x++;
^Z<ENTER>

<rant-off>


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to