marinb
8 years agoContributor
Step over (F10) functionality does not work anymore in 12.31?
When I debug my scripts, I tend to use the F10 & F11 keys to go through the scriptlines 1 by 1. F10 to step over an entire function or loop, F11 to step into each line. The step over functionalit...
- 8 years ago
Hi,
This is expected only, Step Over is to process the function not to go over the loops or conditional statements.
Ref: https://support.smartbear.com/testcomplete/docs/testing-with/debugging/running/stepping-through.html