When I warn or die all messages go to the console window or aren displayed at all. How can I see what warnings or errors my GUI script gives?
-> When you ‘compiled’ your script with PAR, PerlApp or Perl2Exe so it doesn’t display a console window (the –gui option), warnings and errors aren’t displayed anywhere. This is also the case when you use wperl.exe (distributed with ActiveState Perl) to run your script However when you’re using wxPerl, you can use Wx::Perl::Carp by PodMaster which captures your errors and warnings and displays them in a GUI dialog.
Related Questions
- I would like to use lyx in a console window (with text "GUI" like ncurses) when there is no X-Server available for some reasons. Is that possible?
- I am getting USB timeout messages in my console window when I try to scan with the TPU. How can I use the TPU as an input device?
- I am using PICC with Tech Tools IDE, and there are no errors or warnings being printed to the output window. Why not?