in reply to Debug import function code
What happens if you set a breakpoint in your module's import?
If that doesn't work, you could do module->import('load'); in the debugger. Or comment it out and do require module; module->import('load'); in the debugger.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Debug import function code
by Anonymous Monk on Sep 02, 2011 at 10:44 UTC | |
by hardburn (Abbot) on Sep 02, 2011 at 12:42 UTC |