Next Previous Up Top Contents Index

5 Learning More About an Application

5.7 Browsing local variables and parameters on the stack

You can browse the contents of the local variables and function parameter values in call frames, as seen in the debugger. These are values on the stack in a paused application thread. Simply double-click on one in the debugger stack pane, and the browser will display its contents. See "Browsing local variables" on page 33 for an example of browsing local variable and parameter values.


Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index