[Seaside] How do I test for deploymentMode?

Cees De Groot cdegroot at gmail.com
Sun Dec 11 12:44:12 CET 2005


UnhandledError has an #isDevelopmentEnvironment test - it is based on
presence of Debugger, but I usually override it when building a
deployment image to force it to answer true.

On 12/11/05, Todd Blanchard <tblanchard at mac.com> wrote:
> I throw an exception handler around some iffy code when running
> normally, but this is a drag for debugging as it prevents the walkback.
>
> How do I test for deployment mode in the app?
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>


More information about the Seaside mailing list