This is sentence from the wiki is very unclear to me:
If a macro is paused, or if a macro starts paused, but the next action is a Debugger action, it will run anyway. This allows you to to create macros with hot keys and Debugger actions to breakpoint, step through, continue, etc other macros without themselves being debugged.
Breaking that down…
If a macro is paused
– by a pause action, yes?
or if a macro starts paused,
– because the first action is a pause action?
but the next action is a Debugger action, it will run anyway.
= Any kind of debugger action will run (or continue to run?) during and after a pause?
This allows you to to create macros with hot keys
How are hot keys relevant?
and Debugger actions to breakpoint, step through, continue, etc other macros
What have other macros got to do with it?
without themselves being debugged.
= without those macros being analysed or interrupted by the debugger?
Could someone please rephrase this convoluted sentence? I’m sure the intended meaning must not be too complex but I’m somewhat baffled by that wording.