Distributed Debugger
Description
The distributed debugger is an extension to the base Smalltalk debugger. It allows logical processes to be debugged across object space boundaries. The full function of the base Smalltalk debugger is available in the distributed version, including remote breakpoints, remote step functions, and inspecting remote objects. The distributed debugger is provided through the DsDebugger class.
SST equivalent
SST provides a full function distributed debugger through the SstDebugger class.
 
Last modified date: 07/02/2019