in reply to Using the debugger's R command to debug "hard" problems

Too complicated.
BEGIN{ $DB::single = 1;} use Anything qw( importme ); print "JAPH";
Now you can use the debugger in the require part and import part of Anything module.