This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I don't know of any way to do what you want, but if you have some idea where the problem is, add a breakpoint (using F9)or add a "STOP" in the code. You can press the Continue button and it will run until it gets to a STOP or breakpoint and then you can step through the code.
If you use error handlers, you can put a stop and then a resume next after it in the error handlers. I often do this to find the line immediately AFTER the line of code that caused the error. Prevents a lot of unnecessary stepping through code.
Feedback response number WEBB7ZVHZX created by ~Yentl Mintooly on 01/20/2010