Server Smalltalk Guide

Packaging applications with logical process debugging

To enable debugging of walkbacks in images packaged directly, you must install SstErrorReporter manually. This is normally done automatically when loading SstDebuggingSupport. It is removed when packaging directly from an image, however.

To explicitly install the error reporter, execute the following expression before an error occurs:

SstErrorReporter install


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