April 25, 2011
11:44 a.m.
Debugging, as well as profiling, is a topic that everybody got it wrong. We still debug an application in oo in the same way that people debugged their C program: thinking in term of call stack and stack frame instead of objects. Alexandre Le 25 avr. 2011 à 04:34, Stéphane Ducasse <stephane.ducasse@inria.fr> a écrit :
Hi guys
I'm chasing a strange bug since a couple of hours and what I would love to have is the possibility to change an instance variable into an object that says stop each time you are changed from this flow.
Stef