Server Smalltalk Guide


The SST menu

When you load the Server Workbench, SST feature or the SstToolsSupport application, the choice SST is added to the Tools menu of the Transcript.

The SST menu choice offers the following:

Shutdown
Allows you to choose an application context to shut down using the shutDown protocol.

Clear
Allows you to choose an application context to clear using the clear protocol.

Inspectors Are System Objects
Opens an inspector that does not send remote messages. See System objects.

Use Distributed Debugger
Toggles the system so a distributed debugger is enabled. See Distributed debugging.

Report Errors via UI Handler
Toggles the system so it reports errors to remote object spaces. See Distributed debugging.

Trap Exceptions
Enables or disables the trapExceptions flag on invocation configurations.

Forward Exceptions
Enables or disables the forwardExceptions flag on invocation configurations.

Trap Marshaling Exceptions
Enables or disables the trapExceptions flag on marshaling configurations.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]