Re: [Pharo-users] Debugger with inlined methods

2016-10-12 Thread Clément Bera
The simulation of primitives is done in Context>>#doPrimitive:method:receiver:args: Basically, specific numbers are simulated in the image while other numbers are run using the VM code. Quick methods (what you call inlined methods) are encoded with primitive numbers between 256 and 512. If you lo

Re: [Pharo-users] Debugger with inlined methods

2016-10-12 Thread Ben Coman
On Tue, Oct 11, 2016 at 9:45 PM, Esteban Lorenzano wrote: > >> On 11 Oct 2016, at 15:43, Vitor Medina Cruz 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