instance Var Class Probe problem(VW7.4)

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

instance Var Class Probe problem(VW7.4)

Roger Whitney
I tried to add a class probe to watch all access of in instance  
variable by:

Select the"On Instance Variable access..." subitem of the  "Add Class  
Probe" item in the Class menu of the browser in VW 7.4. Use the  
resulting window to select the instance variable.

However non of the settings have any affect. I can set probes in  
individual methods to watch inst vars & can set class probes on  
messages. I tried this in a clean image to make sure I had not broken  
my image somehow.

Is this a know problem? There did not seem to be anything in the docs  
indicating I had to do something special.

----
Roger Whitney              Department of Computer Science
[hidden email]        San Diego State University
http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
(619) 583-1978
(619) 594-3535 (office)
(619) 594-6746 (fax)

Reply | Threaded
Open this post in threaded view
|

RE: instance Var Class Probe problem(VW7.4)

Steven Kelly
> -----Original Message-----
> From: Roger Whitney [mailto:[hidden email]]
> Sent: 13 April 2006 23:53
> To: vwnc List
> Subject: instance Var Class Probe problem(VW7.4)
>
> I tried to add a class probe to watch all access of in instance
> variable by:
>
> Select the"On Instance Variable access..." subitem of the  "Add Class
> Probe" item in the Class menu of the browser in VW 7.4. Use the
> resulting window to select the instance variable.

In that window you have to select all the methods it shows for that
instance variable, and then press Done. It would be nice if all the
methods were selected by default, since I too had that problem when I
tried to use this the first time.

Steve

>
> However non of the settings have any affect. I can set probes in
> individual methods to watch inst vars & can set class probes on
> messages. I tried this in a clean image to make sure I had not broken
> my image somehow.
>
> Is this a know problem? There did not seem to be anything in the docs
> indicating I had to do something special.
>
> ----
> Roger Whitney              Department of Computer Science
> [hidden email]        San Diego State University
> http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
> (619) 583-1978
> (619) 594-3535 (office)
> (619) 594-6746 (fax)

Reply | Threaded
Open this post in threaded view
|

RE: instance Var Class Probe problem(VW7.4)

Terry Raymond
Steve

I agree with you. However, Vassili will have the final say
about tool changes.

If you want to patch your image, the patch is to add

        panelList selectAll.

at the end of every #updateList method in the subclasses
of PDPInstrumenterGUIModel.

Terry
 
===========================================================
Terry Raymond       Smalltalk Professional Debug Package
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================

> -----Original Message-----
> From: Steven Kelly [mailto:[hidden email]]
> Sent: Thursday, April 13, 2006 5:06 PM
> To: Roger Whitney; vwnc List
> Subject: RE: instance Var Class Probe problem(VW7.4)
>
> > -----Original Message-----
> > From: Roger Whitney [mailto:[hidden email]]
> > Sent: 13 April 2006 23:53
> > To: vwnc List
> > Subject: instance Var Class Probe problem(VW7.4)
> >
> > I tried to add a class probe to watch all access of in instance
> > variable by:
> >
> > Select the"On Instance Variable access..." subitem of the  "Add Class
> > Probe" item in the Class menu of the browser in VW 7.4. Use the
> > resulting window to select the instance variable.
>
> In that window you have to select all the methods it shows for that
> instance variable, and then press Done. It would be nice if all the
> methods were selected by default, since I too had that problem when I
> tried to use this the first time.
>
> Steve
>
> >
> > However non of the settings have any affect. I can set probes in
> > individual methods to watch inst vars & can set class probes on
> > messages. I tried this in a clean image to make sure I had not broken
> > my image somehow.
> >
> > Is this a know problem? There did not seem to be anything in the docs
> > indicating I had to do something special.
> >
> > ----
> > Roger Whitney              Department of Computer Science
> > [hidden email]        San Diego State University
> > http://www.eli.sdsu.edu/   San Diego, CA 92182-7720
> > (619) 583-1978
> > (619) 594-3535 (office)
> > (619) 594-6746 (fax)