glasswalk3r has asked for the wisdom of the Perl Monks concerning the following question:
Greetings monks.
I've being experimenting problems when trying to debug an application that uses Win32::OLE and the MS SQL Server API for DTS.
I'm not sure if this is related to the amount of DTS objects created, but everytime the program tries to instantiate a new object (or several of them, if it's a collection) the Perl debugger just dies, with no error message. The program, on the other hand, can be executed without errors.
I could post some program code, but this issue happened more than once in several related programs I wrote, so maybe this a generic issue. Any monk had experimented such issue with Win32::OLE and the debugger?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::OLE and Perl debugger issue
by jmcnamara (Monsignor) on Jan 24, 2007 at 20:33 UTC | |
by glasswalk3r (Friar) on Jan 29, 2007 at 12:47 UTC |