in reply to Debugger problem

If you want to debug the loading of a module, it is best to just add $DB::single= 1; just before the part of the module that you want to debug.

That and another alternative is explained at perldebug - Debugging compile time statements.

- tye