REPL image for simulation (was Re: [Vm-dev] handleCallOrJumpSimulationTrap: curiousity)

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

REPL image for simulation (was Re: [Vm-dev] handleCallOrJumpSimulationTrap: curiousity)

Ben Coman

On Sat, May 21, 2016 at 4:44 AM, Clément Bera <[hidden email]> wrote:

>
> On Fri, May 20, 2016 at 7:29 PM, Ben Coman <[hidden email]> wrote:
>>
>> On Fri, May 20, 2016 at 8:44 PM, Clément Bera <[hidden email]> wrote:
>
> Normally if you build a cog development image:
> $ svn co http://www.squeakvm.org/svn/squeak/branches/Cog/image
> $ cd ./image
> $ ./buildsqueaktrunkvmmakerimage.sh
>
> You have multiple scripts available with comments to run the simulator that work out of the box. It should take a couple minutes to get it working. Then the easiest is to simulate a REPL image to easily debug what you want.

Hi Clement,

Could you point me to such a REPL image?

cheers -ben
Reply | Threaded
Open this post in threaded view
|

Re: REPL image for simulation (was Re: [Vm-dev] handleCallOrJumpSimulationTrap: curiousity)

Eliot Miranda-2

Hi Ben,

    see buildspurreaderimage.sh, or it may be buildspurtrunkreaderimage.sh, in the image directory.

_,,,^..^,,,_ (phone)

> On May 22, 2016, at 9:43 AM, Ben Coman <[hidden email]> wrote:
>
>
>> On Sat, May 21, 2016 at 4:44 AM, Clément Bera <[hidden email]> wrote:
>>
>>> On Fri, May 20, 2016 at 7:29 PM, Ben Coman <[hidden email]> wrote:
>>>
>>> On Fri, May 20, 2016 at 8:44 PM, Clément Bera <[hidden email]> wrote:
>>
>> Normally if you build a cog development image:
>> $ svn co http://www.squeakvm.org/svn/squeak/branches/Cog/image
>> $ cd ./image
>> $ ./buildsqueaktrunkvmmakerimage.sh
>>
>> You have multiple scripts available with comments to run the simulator that work out of the box. It should take a couple minutes to get it working. Then the easiest is to simulate a REPL image to easily debug what you want.
>
> Hi Clement,
>
> Could you point me to such a REPL image?
>
> cheers -ben