Database Management for Smalltalk

How do I toggle Interactive Mode?


Q:  “I would like the development image to behave the same as the runtime, that is, non-interactive mode.  How do I do this?”

A:  Like this:

  VOSS interactive: false.

Leave a Reply