Debugging macros
-
Is there any way to debug macro? I want to debug my macros to find logic errors in algorithms, but I can’t
How can I run macro step by step?
I tried to search plugins, but I didn’t find anything for this
Could it be as a feature request?Crosslinked with issue#12082
-
When you find your macros becoming large and unwieldy, it may be time to move to scripting. Notepad++ has some excellent scripting plugins, in Python and Lua. But…scripting isn’t for everyone.