one of the things i have found is that when i hit an error, i get an error notification in my browser, but that's all.
one of the things i loved about seaside was that i received a full stack, plus, the app was halted in the image, and i could just edit away. is this a by product of using a new pharo with seaside 3, or is this how seaside now works?
thanks! ----
peace, sergio photographer, journalist, visionary #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
you need to change your app error strategy to debug walback or something like that.
look in your app config. Esteban On 30 Dec 2013, at 16:18, sergio_101 <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
ahh! thanks! is there any reason i would want to keep the error strategy this way? On Mon, Dec 30, 2013 at 10:43 AM, Esteban Lorenzano <[hidden email]> wrote:
----
peace, sergio photographer, journalist, visionary #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
production, maybe?
On 30 Dec 2013, at 16:52, sergio_101 <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by sergio_101
Sergio,
The idea is that you can customize how to handle errors. See subclasses of WAErrorHandler and their class comments for more info. While developing, it’s more useful to choose the WAWalkbackHandler but your image might become a bit too clogged with debuggers when you would use that one in production. I guess it would actually make sense that it’s part of the WADevelopmentConfiguration… we should check that. Cheers, Johan On 30 Dec 2013, at 16:52, sergio_101 <[hidden email]> wrote:
_______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
gotcha.. that totally makes sense.. On Mon, Dec 30, 2013 at 11:42 AM, Johan Brichau <[hidden email]> wrote:
----
peace, sergio photographer, journalist, visionary #BitMessage BM-2D8VWUJSS41RFKh1ec83preVabHrnniExa http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |