Specifications
261ADOBE FLEX 3
Building and Deploying Adobe Flex 3 Applications
Getting help
Use the help command to get information on particular topics. The help command has the following syntax:
help [topic]
The help command provides a relatively terse description of each command and its usage. The following example
opens the
help command:
(fdb) help
Type help followed by the command name to get the full help information, as the following example shows:
(fdb) help delete
Terminating the session
You use the kill and exit commands to end the current debugging session and exit from the fdb application.
The
kill and exit commands do not take any arguments. If fdb opened the default browser, you can also
terminate the fdb session by closing the browser window.
To stop the current session, use the kill command, as the following example shows:
(fdb) kill
Using the kill command does not quit the fdb application. You can immediately start another session. To exit
from fdb, use the
exit command, as follows:
(fdb) exit
stop
Stops execution of the debugger if this type of fault occurs.
nostop
Does not stop execution of the debugger if this type of fault occurs.
Action Description










