in reply to Re^2: Debugging a module?
in thread Debugging a module?

Good question, and I don't know. Since you're the maintainer, I'd forget about the debugger for a bit, and try adding some warn Dumper($some_var) in places.

Without seeing the code, this is a long shot, but maybe you'd be helped by wrapping the nasty code in a sub of your own. That might kickstart the debugger.