Re: [Pharo-dev] debugger evaluator tab for temporary variables

2017-02-17 Thread Denis Kudriashov
2017-02-17 10:36 GMT+01:00 Ben Coman : > Seems like you misread my idea (3am syndrome again?) > You wouldn't need to select "self". > The idea is in the first (left hand) pane you would flip from the > [Variables] to an [Evaluator] tab > this hiding all variables but having

Re: [Pharo-dev] debugger evaluator tab for temporary variables

2017-02-17 Thread Ben Coman
On Fri, Feb 17, 2017 at 4:55 PM, Denis Kudriashov wrote: > > 2017-02-17 3:01 GMT+01:00 Ben Coman : >> >> A minor irritation with the debugger is that the [Evaluator] tab is >> only for the object of the selected instance variable. > > > Evaluator

Re: [Pharo-dev] debugger evaluator tab for temporary variables

2017-02-17 Thread Denis Kudriashov
2017-02-17 9:55 GMT+01:00 Denis Kudriashov : > Do you won't Ah, I still sleep. Do you want? :)

Re: [Pharo-dev] debugger evaluator tab for temporary variables

2017-02-17 Thread Denis Kudriashov
2017-02-17 3:01 GMT+01:00 Ben Coman : > A minor irritation with the debugger is that the [Evaluator] tab is > only for the object of the selected instance variable. > Evaluator appears only when you select something in table. It could be any object which can have inst vars

Re: [Pharo-dev] debugger evaluator tab for temporary variables

2017-02-17 Thread Tudor Girba
Good point. Please open an issue for this and add Andrei and I to it. Cheers, Doru > On Feb 17, 2017, at 3:01 AM, Ben Coman wrote: > > A minor irritation with the debugger is that the [Evaluator] tab is > only for the object of the selected instance variable. > > IIUC,

[Pharo-dev] debugger evaluator tab for temporary variables

2017-02-16 Thread Ben Coman
A minor irritation with the debugger is that the [Evaluator] tab is only for the object of the selected instance variable. IIUC, to write a snippet of code using a local variable you must edit the code of the method, which dirties it. I've lived with this, but thinking of newcomer first