Re: Perl Programming within Debian
- To: debian-user@lists.debian.org
- Subject: Re: Perl Programming within Debian
- From: Erik Steffl <steffl@bigfoot.com>
- Date: Wed, 03 Jan 2007 22:23:15 -0800
- Message-id: <[🔎] 459C9D53.1070108@bigfoot.com>
- In-reply-to: <200612302120.18405.d_baron@012.net.il>
- References: <1167494802.913186.120170@73g2000cwn.googlegroups.com> <4596B48C.60600@boeser.ch> <200612302120.18405.d_baron@012.net.il>
David Baron wrote:
... perl discussion snipped ...
With Windows, we bought a nice debugger--any one know of such a beast GPLed 
under Linux? Being able to watch those vairables was a life-saver. A decent 
IDE would be nice as well (For using .net, one has Microsoft's Visual Studion 
in Windows--result can run in linux using mono). 
  there's ddd (apt-get install ddd) which is a GUI frontend for other 
debuggers, for perl it uses perl itself (perl has build-in debugger), 
it's fairly intuitive (in a sense that it has menus and dialogs for all 
common debugger functionality) and also gives you direct access to perl 
debugger.
  as far as IDE goes - xterms, vim or gvim (emacs?), etags etc. (as far 
as I can tell IDEs are mostly for environments where you don't have 
tools that play well together and no _good_ window managers)
	erik
Reply to: