Thinking about how to continue. Stepping line-wise is fairly easy. I have the file/line information already, so can just run until the file/line changes, but that is "step into" behavior. How do I do "step over”?

I guess the same way, but if the Base Pointer is > current base pointer, I just […]

Comments