in reply to Favourite GUI Debuggers

Let me throw Log::Log4perl into the mix -- a very flexible logging system whose depth of detail you can adjust up and down without having to go into the code at all. No, it's not a GUI, but it is a very powerful development and debugging tool.

--t. alex
Life is short: get busy!

Replies are listed 'Best First'.
Re: Re: Favourite GUI Debuggers
by Anonymous Monk on Dec 13, 2003 at 04:06 UTC
    I concur wholeheartedly. It doesn't matter what kind of language you're developing in, a good logging system is invaluable.