[Seaside] Development tip: increment the debugger stack size

Sebastian Sastre sebastian at flowingconcept.com
Sun Jan 4 23:47:11 UTC 2015


If you’re using Pharo you might found this tip nice:

1. Search for implementors of defaultStackSize
2. increment it to 40 or some more (saves you one click to ask for the full stack that usually is large in seaside apps)
3. in the system settings make go do Debugging and set it to open the debugger on exceptions (saves you one click per exception)

those 2 clicks multiplied by a lot of coding and trying should save you a lot in the long run

enjoy 




More information about the seaside mailing list