Question
RBC
CA
Last activity: 24 Jan 2020 10:38 EST
DEBUGGING: F10 key is always stepping into automations, not over.. Why? How do I fix?
So I have a number of Automations that I call in sequence from a parent automation.. Pressing F10 I expect to step OVER the child automation, as I don't want/need to debug those routines. However Visual Studio steps INTO the automation(s) why? Without setting a million breakpoints, how can I ge the F10 Step over to work properly... It does in C#??