> On 11 Oct 2016, at 15:43, Vitor Medina Cruz <vitormc...@gmail.com> wrote: > > Hello, > > I was TTDing today with Pharo and some odd thing happened. I had a method > that just returned false and while debugging I could not step into it (i > wanted to change the method while debugging), I suppose the method was > inlined and so debugging was not available, is that correct?
yes. Esteban > > Regards, > Vitor