When I took the latest 50 Pharo5.0 Latest update: #50152
I get a Halt.
DoIt
^ StartupPreferencesLoader default
executeAtomicItems:
{StartupAction name: 'Self halt' code: [ self halt ].
StartupAction name: 'WS' code: [ Workspace open ]}
I wonder if I did something special to activate it.
Stef
