!PS (AREV Specific)
At 15 MAR 1999 04:53:05PM Victor Engel wrote:
I would like to programmatically query the program stack. I'd specifically like to know how many entries are available other than from the debugger. Is there a tool somewhere that will give me this information?
At 15 MAR 1999 05:27PM Revelation wrote:
I believe that a utility (called ProgStack) was published in the Developer Utilities Disk - that provided the contents of the program stack - there was also a utility called RetStack - that did the same but for the Return Stack (The list of programs in the order that they have been called) I can't remember which of the Dev Utilities Disks they were on but you can download them at ftp.revelation.com\all.zip.
Good Luck
At 15 MAR 1999 07:48PM Victor Engel wrote:
Thanks. I will look for it. I use retstack regularly but not the other.
At 15 MAR 1999 08:05PM Victor Engel wrote:
For anyone else who is interested, RETSTACK is on disk 2 in the TOOLS directory, and PROGSTACK is on disk 4 in the UTILS directory.