I find the Step Over option to be very helpful in lots of cases.
Pressing one of the function keys makes the program step over, as you all know.
Is there a way to not have to press that function key each time but have the compiler let's say, step over every half a second or so, by itself I mean, so I am able to just watch it without having to do anything myself (assuming the program doesn't ask for input of course, if it does I will have to provide input at that time of course)? I cannot seem to find that option. Talking about Borland C++ Builder by the way.
Thanks.
Pressing one of the function keys makes the program step over, as you all know.
Is there a way to not have to press that function key each time but have the compiler let's say, step over every half a second or so, by itself I mean, so I am able to just watch it without having to do anything myself (assuming the program doesn't ask for input of course, if it does I will have to provide input at that time of course)? I cannot seem to find that option. Talking about Borland C++ Builder by the way.
Thanks.
Comment