DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
dbXtra and dbxtra

Traversing the call stack

You can see from the stack trace that cardsleft is passed to Deal() by deal_hands(). Let's go there:

   (dbxtra) up

Notice that the source window has changed. The filename is still deal.c, but the current function is now deal_hands(). The window now shows the code from deal_hands() with line 49 marked with an arrow.


Next topic: Monitoring the contents of variables
Previous topic: Viewing the call stack

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003