How to reinstate Debugger to its original UI?

Started with the debugger.

It stopped and repeated at the action: ”Pause until all of the following are true,”

Which could not be true, as I was on KM checking the macro.

Question 1: should I have brought this (Front window of … file is NN) to the front to make it true?

Question 2: In the debugger, there were many lines with:

Pause until all of the following are true,

Pause until all of the following are true,

Pause until all of the following are true,

so I deleted those lines (red marking), so now Debugger is empty.

restarted KM.

How to continue?

/
best regards,
OmarKN

How to continue with what?

You only get the "Edit Macro" and "Cancel Macro" buttons that you've outlined when there is a macro running -- in your lower screenshot there's no macro so no buttons.

And yes, if you macro has a "Pause Until <certain_state>" action it'll pause at that point until <certain_state> is true -- that may mean you have to make it true yourself, for example by clicking on a window.

1 Like