in reply to Re^2: brian's Guide to Solving Any Perl Problem
in thread brian's Guide to Solving Any Perl Problem
My problem, for which I'd welcome suggestions, is that I'm not familiar with how to use debug() in the midst of debugging a huge Tk-based application that I'm working on. The subroutines I am debugging get fired when I click one of the Tk buttons, and I know for sure that I can get at my warn() messages as above via my STDERR files. Out of ignorance, I'm just expecting use of debug() to be impractical.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: brian's Guide to Solving Any Perl Problem
by brian_d_foy (Abbot) on Jul 26, 2004 at 07:02 UTC |