Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to run a single line in debug
#1
It seems I could do this before, but I can't find how anymore!

I'd like to run a single line of the macro, in debug more.
Or at least be able to run From cursor, to break point.. something like this.

Anytime I do F5 or Ctrl-F5, it starts from the top, unless I stopped it in the middle of an execution and have the yellow arrow.

Oh also.. once I am in that mode (IE I stopped the macro and one line has a yellow arrow), when I continue the macro, it executes in the QM windows. The QM window should minime and then the keyboard shortcuts I used should be applied in my own program, but now it is only doing it in QM!

It's almost like I am not really going in debug mode or something..
#2
Macro Macro2728
Code:
Copy      Help
act "Notepad"
out
out 1
deb
out 2 ;;will stop here. Press F5 to continue.
deb-
out 3
out 4

Quote:Oh also..
You can manually activate another window and then press Ctrl+F5 to continue macro not in step mode.
#3
Thanks.

All of this works when I have the yellow arrow, otherwise not.
Let's say in code above, I stop at the number 2.
I have a Notepad openned with "12" typed in.
I start the macro again with Ctrl F5, and it finishes the macro by adding a "34".

But I realize I wanted to add a 2.5 in the middle.
Now I'd like to start back the debug at the line:

out 2 ;;will stop here. Press F5 to continue.

But for me it is starting back at the top.

Basically if I could manually put the yellow arrow near a line it would be perfect.
#4
This is not possible in Quick Macros.


Forum Jump:


Users browsing this thread: 1 Guest(s)