home *** CD-ROM | disk | FTP | other *** search
- From: bruno@hpfcso.FC.HP.COM (Bruno Melli)
- Date: Thu, 13 Aug 1992 16:08:15 GMT
- Subject: Re: SoftDebug under HP-UX 8.07
- Message-ID: <7371230@hpfcso.FC.HP.COM>
- Organization: Hewlett-Packard, Fort Collins, CO, USA
- Path: sparky!uunet!wupost!sdd.hp.com!hpscdc!hplextra!hpfcso!bruno
- Newsgroups: comp.sys.hp
- References: <1992Aug4.214903.3657@unixland.natick.ma.us>
- Lines: 15
-
- > Yes you are correct. A stack depth of 'x' implies the debugger has
- > stopped 8 procedures below main (main is depth 0).
-
- Almost :-)
- The top of the stack is level 0.
- In this case main would be at level 8.
-
- The only control you can have on the stack depth is when you do a stack
- trace. You can say
-
- t n
-
- And the debugger will only show you the top n entries on the stack.
-
- bruno.
-