Hi,

If I export settings from Settings Browser in Moose 5.1 and then open Pharo 4.0 
image, it raises an error "GTGenericStackDebugger not found in 
SystemDictionary”. 

The problem is a setting:
        (Smalltalk at: #GTGenericStackDebugger) perform: #enableStackColoring: 
with: (true)

which apparently does not exists in Pharo 4.0. 

I think if we want to share settings between images, it should ignore any 
setting that raise an error, right?

Thanks!
Juraj

Reply via email to