Hi, I'm debugging an extension somebody else made, and I want to execute its run() method so I can enter it with the debugger.
How do I do this?
PS: The extension is supposed to run with a daily cronjob, and I'm not sure how do extensions get hooked in cron, so maybe there's the solution?
How do I do this?
PS: The extension is supposed to run with a daily cronjob, and I'm not sure how do extensions get hooked in cron, so maybe there's the solution?