Debugging a macro in VS
- Details
- 19 Dec 2005 14:30
I've just played with one macro and wanted to debug it. I placed a breakpoint and ran the macro. Macro worked fine but it didn't stop on breakpoint. It took me some time to realize that you must explicitly enable debugging in Macros IDE:
- In macros IDE, go to menu Debug and select Enable Debugging.
You can then debug your macro as any other code.