a minor bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

a minor bug

Yoshiki Ohshima-2
 
  It would be convenient to have a line:

        primFailCode := 0.

in InterpreterProxy>>initialize so that I can debug (step-execude) a
platform-independent performance-improvement plugin in Squeak.

-- Yoshiki
Reply | Threaded
Open this post in threaded view
|

Re: a minor bug

David T. Lewis
 
On Wed, Jun 08, 2011 at 11:01:52AM -0700, Yoshiki Ohshima wrote:
>  
>   It would be convenient to have a line:
>
> primFailCode := 0.
>
> in InterpreterProxy>>initialize so that I can debug (step-execude) a
> platform-independent performance-improvement plugin in Squeak.

Thank you Yoshiki. This is fixed in VMMaker-dtl.240.

Dave