Adobe Flex 3 Help

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