Re: [Pharo-users] Debugger in 4.0

2016-04-08 Thread Hilaire
I open a bug ticket, it is important https://pharo.fogbugz.com/f/cases/17961/Evaluating-instance-and-method-variable-in-Debugger -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] Debugger in 4.0

2016-04-06 Thread Hilaire
It does not work on Pharo3.0. But it used to work! At least it works on the Squeak5.0: from the method pane, you can evaluate both instance and method variables, usefull when you need to make some code test with both instance and method variable. So it looks like a regression appearing at least w

Re: [Pharo-users] Debugger in 4.0

2016-04-06 Thread Nicolai Hess
2016-04-05 20:48 GMT+02:00 Nicolai Hess : > > > 2016-04-05 20:37 GMT+02:00 Hilaire : > >> See in the screenshot, >> >> contractRate is an instance variable. When evaluating it from the method >> variable pane, it seems to return an index. >> > > Ok, thats funny. > > >> >> When evaluating a method

Re: [Pharo-users] Debugger in 4.0

2016-04-05 Thread Nicolai Hess
2016-04-05 20:37 GMT+02:00 Hilaire : > See in the screenshot, > > contractRate is an instance variable. When evaluating it from the method > variable pane, it seems to return an index. > Ok, thats funny. > > When evaluating a method variable from the instance variable pane you > get an undefine

Re: [Pharo-users] Debugger in 4.0

2016-04-05 Thread Hilaire
See in the screenshot, contractRate is an instance variable. When evaluating it from the method variable pane, it seems to return an index. When evaluating a method variable from the instance variable pane you get an undefined variable error... It used to be different before, and it is to say th

Re: [Pharo-users] Debugger in 4.0

2016-04-05 Thread Hilaire
In the debugger, I want to write test code using both instance and method variables. As far as I can try it is not possible, or I missed something? Hilaire Le 05/04/2016 20:23, Nicolai Hess a écrit : > I don't understand, in Pharo 4.0 the debugger bottom left pane contains the > instance variable

Re: [Pharo-users] Debugger in 4.0

2016-04-05 Thread Nicolai Hess
2016-04-05 16:43 GMT+02:00 Hilaire : > Hello, > > From the debugger, in the bottom panes, when debugging in a bloc of > code, it seems impossible to access *at the same time* the instance > variables and the method variables. > > Am I missing something? > I don't understand, in Pharo 4.0 the deb

[Pharo-users] Debugger in 4.0

2016-04-05 Thread Hilaire
Hello, >From the debugger, in the bottom panes, when debugging in a bloc of code, it seems impossible to access *at the same time* the instance variables and the method variables. Am I missing something? Hilaire -- Dr. Geo http://drgeo.eu