in reply to Re^5: Debugging a program
in thread Debugging a program
Unfortunately this requires modification of the script.use Tk; ... # if running with debugger, reinstall signal handler if (defined $DB::single) { # avoid warning: '$DB::single' is only used once $DB::single = $DB::single; DB::afterinit(); }
Any suggestions for enhancements are welcome.
|
---|