Re: [Ledger-smb-devel] LSMB through the perl debugger.

2009-03-02 Thread Chris Bennett
Chris Travers wrote: > There are a few options for debugging the software, and some of them > require more knowledge of the code than others. > > The first option (requiring less knowledge) is to use the following > information to pull state info in the CGI app: > 1) print STDERR > 2) $form->d

Re: [Ledger-smb-devel] LSMB through the perl debugger.

2009-03-02 Thread Chris Travers
There are a few options for debugging the software, and some of them require more knowledge of the code than others. The first option (requiring less knowledge) is to use the following information to pull state info in the CGI app: 1) print STDERR 2) $form->debug 3) $form->error The second opt

Re: [Ledger-smb-devel] LSMB through the perl debugger.

2009-03-02 Thread Roderick A. Anderson
herman vierendeels wrote: > you can add > > print STDERR "$this_or_that"; > > statements to the code. > > Output can then be read in > /etc/httpd/logs/error_log Thanks, No single step eh? My last major coding was done using Catalyst. I got spoiled a bit. I could run the Catalyst test serv

Re: [Ledger-smb-devel] LSMB through the perl debugger.

2009-03-02 Thread herman vierendeels
you can add print STDERR "$this_or_that"; statements to the code. Output can then be read in /etc/httpd/logs/error_log Herman Vierendeels 2009/3/1 Roderick A. Anderson : > I've run into a problem (which I started in the -users list) where > ledgersmb is installed in a created schema (ledgersm