Single Stepping Program

Popsy
14 May 2007, 11:43
I am sorry if this has been posted before, but is anyone aware of a method or utility to enable single step execution of each program line. I used to be able to do this in Basic many years ago, and found it invaluable in tracing faulty code lines, by checking the contents of each variable after the pertinent line was executed. I use Programmers File Editor (freeware) which I find is very good for source code editing, but to be able to actually execute the program line by line, would be the icing on the cake. Many thanks.

Elexxorine
14 May 2007, 14:46
Quest has a beilt-in code checker that makes a bug list as the program plays so you can find where the mistake is and correct it. I think this is what you're asking about.

007bond
15 May 2007, 06:42
Yeah, I know exactly what you're talking about. Unfortunately Quest is not so linear when it comes to programming, and things like break points do not work.