如何访问Pharo 3.0中的Seaside控制面板?

MrD*_*Duk 6 smalltalk seaside pharo

Pharo By Example书中说通过Tools子菜单打开它 - 但我在Pharo 3.0中没有看到这一点

还有另外一种方法吗?

Est*_*nLM 7

您不能使用Seaside Control Panel,因为它是在OmniBrowser中制作的,不包含在Pharo 2.0+中

相反,你可以使用:

ZnZincServerAdaptor startOn: 7070.
Run Code Online (Sandbox Code Playgroud)

ZnZincServerAdaptor stop.
Run Code Online (Sandbox Code Playgroud)