February 13, 2017 at 3:40 pm
Is there a way to advance just ONE line of code at a time (not run to cursor, not run to the next breakpoint necessarily), like F8 does in VBA? So incredibly handy. Debugging script tasks seems like a minimally supported process at best!
Any advice other than setting a billion breakpoints or message boxes, or debug print? (all of which constitutes a lot of seemingly unncessary typing).
February 13, 2017 at 4:50 pm
pisorsisaac - Monday, February 13, 2017 3:40 PMIs there a way to advance just ONE line of code at a time (not run to cursor, not run to the next breakpoint necessarily), like F8 does in VBA? So incredibly handy. Debugging script tasks seems like a minimally supported process at best!
Any advice other than setting a billion breakpoints or message boxes, or debug print? (all of which constitutes a lot of seemingly unncessary typing).
It certainly isn't 'minimally supported' ... you just haven't learned the required shortcuts! Have a look here. F10 and F11 are the ones I use most.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply