Next Previous Up Top Contents Index

6 Debugging and Interactive Development

6.9 Interacting with an application

Functional Developer allows you to interact with your applications. Interaction consists of executing Dylan expressions and definitions in the context of a paused application thread. Functional Developer also offers the Dylan playground, a facility for interactive Dylan programming experiments outside the context of application development.

To explain the things you can do interactively, this section includes two examples. One uses the Dylan playground and the other uses the Reversi application. First, however, we discuss the interaction pane, a debugger pane that hosts interactive sessions.

6.9.1 - About the interaction pane
6.9.2 - Starting an interactive session with an application
6.9.3 - Interaction basics using the Dylan playground
6.9.4 - An example interaction with Reversi
6.9.5 - Interactive access to local variables and arguments on the stack
6.9.6 - Effects of interactive changes to application threads
6.9.7 - Interaction pane commands

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index