Jump to content
Macro Express Forums

Break point does not stop execution


Recommended Posts

When you invoke the 2nd macro (via a Macro Run command), you are not running the version of your 2nd macro open in the script editor.

 

My technique for resolving this is to include the code of the 2nd macro in the 1st macro while testing.

Link to comment
Share on other sites

F9 steps over called macros the same way F8 does. This is by design. Refer to the help file Editor Menu - Debug page Step Options section for an explanation of step options. IE F7 step into versus F8 step over. I don't know of any way to change this but there is a workaround. Break the command prior to and optionally after the Macro Run. F9 up to the first point then F7 thru the called macro. Or put a break in the first command of the called macro and F9 once you have stepped into it with F7.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...