We are in the process of moving over from MFE to Enterprise Developer for Eclipse
While in Debug mode, how can I see the previous stack entries within the same program?
I see one entry defining the current line of execution. Other entries, one per program, shows the line that were last executed, normally the call to the next program.
Within MFE, we can see within the current program, the call stack for the paragraphs leading up to the current execution point. So we can put a breakpoint in the general abort paragraph, and just run to there. Checking the call stack, its easy to see how the program got there.
↧
Call Stack
↧