in reply to Re: debugging autoload
in thread debugging autoload
That did it!! The package was loaded dynamically, but was able to do
1) 'Use ChangeMore' in debugger
2) 'b postpone ChangeMore::sub1'
3) c to run to the beginning of sub1()
Thanks a bunch!!