debugging a DBI module

debugging a DBI module

am 10.05.2007 01:17:04 von Justin

hi, i'm trying to debug a problem with a DBD module, it seems the make
test fails, and I cannot see enough useful error information to
determine the problem. Does anyone know what is usually done in a case
like this? I am less familiar with the debugging process in perl.


Thanks,

Re: debugging a DBI module

am 10.05.2007 10:19:45 von Tim.Bunce

On Wed, May 09, 2007 at 04:17:04PM -0700, Justin Zygmont wrote:
> hi, i'm trying to debug a problem with a DBD module, it seems the make
> test fails, and I cannot see enough useful error information to
> determine the problem. Does anyone know what is usually done in a case
> like this? I am less familiar with the debugging process in perl.

Use trace: http://search.cpan.org/~timb/DBI-1.55/DBI.pm#TRACING

Tim.