2012/1/13 Gabriel Brunstein <[email protected]> > Of course, I was talking abour myself. > Por cierto, buen post Sebastian. Que loco eso de debugear un error en el > sistema web mientras el usuario del otro lado lo está usando, es muy > poderoso y obviamente no hace falta "reproducir" el error (tarea tediosa a > veces).
Durante el Esug Awards del año pasado, mostré como podía serializar todo un contexto/debugger con Fuel a un archivo, materializarlo en otra image y seguir debugeando ahi ;) Entonces cuando hay un error además de escribir un PharoDebug.log guardamos un PharoDebug.fuel que después materializamos en otra imagen. Obviamente que si lo debugeas mas tarde puede que haya cosas que hayan cambiado su valor y al debuggear no tiene tanto sentido. Pero exactamente lo mismo pasa si abrieses el debugger más tarde en la misma imagen. Por ejemplo, ponele que el valor de una variable de clase cambio. De hecho, con esto de Fuel es mucho mas potente porque si quisiese te podrias guardar el stack entero, o sea, todo el grafo desde el contexto, incluyendo variables de clase y demas... saludos > > > > On Fri, Jan 13, 2012 at 5:41 PM, Andres Valloud > <[email protected]>wrote: > >> http://i3.kym-cdn.com/photos/images/original/000/200/420/BRTky.jpg >> >> 2012/1/13 Guillermo Schwarz <[email protected]>: >> > you are talking about yourself, right? >> > >> > 2012/1/13 Gabriel Brunstein <[email protected]> >> >> >> >> Don't feed the troll. >> >> >> >> >> >> 2012/1/13 Guillermo Schwarz <[email protected]> >> >>> >> >>> Yo pensaba que yo era fanático de Smalltalk, pero nunca había visto >> >>> fanatismo como el tuyo. >> >>> >> >>> Te faltó el 11: Smalltalk está implementado en Smalltalk (Squeak y >> >>> Pharo). >> >>> >> >>> Saludos, >> >>> Guillermo. >> >>> >> >>> >> >>> 2012/1/13 sebastian <[email protected]> >> >>>> >> >>>> Hola todos, >> >>>> >> >>>> publiqué este ensayo donde cuento por qué Smalltalk en mi caso: >> >>>> 10 razones por las cuales estoy usando Smalltalk para airflowing [1] >> >>>> >> >>>> Comentarios bienvenidos >> >>>> >> >>>> abrazo >> >>>> >> >>>> sebastian >> >>>> >> >>>> o/ >> >>>> >> >>>> [1] >> >>>> >> http://sebastianconcept.com/brandIt/10-razones-por-las-cuales-estoy-usando-smalltalk-para-airflowing >> >>>> >> >>>> -- >> >>>> To post to this group, send email to [email protected] >> >>>> To unsubscribe from this group, send email to >> >>>> [email protected] >> >>>> >> >>>> http://www.clubSmalltalk.org >> >>> >> >>> >> >>> >> >>> >> >>> -- >> >>> Saludos cordiales, >> >>> >> >>> Guillermo Schwarz >> >>> Sun Certified Enterprise Architect >> >>> >> >>> -- >> >>> To post to this group, send email to [email protected] >> >>> To unsubscribe from this group, send email to >> >>> [email protected] >> >>> >> >>> http://www.clubSmalltalk.org >> >> >> >> >> >> -- >> >> To post to this group, send email to [email protected] >> >> To unsubscribe from this group, send email to >> >> [email protected] >> >> >> >> http://www.clubSmalltalk.org >> > >> > >> > >> > >> > -- >> > Saludos cordiales, >> > >> > Guillermo Schwarz >> > Sun Certified Enterprise Architect >> > >> > -- >> > To post to this group, send email to [email protected] >> > To unsubscribe from this group, send email to >> > [email protected] >> > >> > http://www.clubSmalltalk.org >> >> -- >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> >> http://www.clubSmalltalk.org >> > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > > http://www.clubSmalltalk.org > -- Mariano http://marianopeck.wordpress.com -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] http://www.clubSmalltalk.org
