Test Editor- Breakpoint should have option to “step into” AND “step over”
I am new to TA 7.0, but it seems that the debugger only has the option to “step over” which is mislabeled and is actually a “step into” function; where the code line at that breakpoint is executed. There are often times, depending on the outcome of the previous code steps executed, that when the breakpoint is reached the user may want to actually “step over” the breakpoint and not execute that line. Currently there is no dynamic way for the user to execute the code at the breakpoint (step into) or not execute and “step over”
|