Debugging macros at module loading

Hello,
I am using several macros in a module I am creating. How can I step through the macro for debugging? I am looking for something like (which obviously does not work, not a function call):
@enter using mymodule
Thanks.