Re: [Gems-users] Debugging in Ruby


Date: Thu, 20 Jul 2006 15:59:28 -0500 (CDT)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Debugging in Ruby
>     I am trying to write a transactional memory protocol, and I am
> having trouble to make sense of a few transactions, and I would like to
> stop execution when particular memory location is modified. Is this
> possible to do in Ruby, or Simics?

Simics has watchpoints.  Or you could modify Ruby to implement your own
watchpoints to get more info.

--Mike


[← Prev in Thread] Current Thread [Next in Thread→]