Cool. While you are there, could provide a way to separate instance variables from local variables (and class shared variables too, maybe)?
It could be different columns, filtering, tabs, I do not really care. Currently, when debugging classes with lots of instance variables (like morphic stuff) it's quite painful to find the one local variable of interest.
Also, could the scroll position in the variable be preserved while stepping?
And could the shortcuts for stepping through code NOT conflict with any shortcut in the source code editor? Or failing that, could there be a simple, discoverable, reliable shortcut to put the focus on the call stack?
Unfortunately, Pharo does not appear to receive ctrl-tab keydown events, so I need to reach for the mouse to move the focus out of any text area...
Sent from my phone.
Envoy�� avec mon t��l��phone.
Le 17 janv. 2016 �� 09:05, Tudor Girba <
tudor@tudorgirba.com> a ��crit :
Hi,
Indeed. See below how it looks like in the latest development version.
We have not yet integrate this one because we still need little changes in FastTable to be able to resize columns and not make the column names clickable.
<table-stack-details.png>
Cheers,
Doru
On Jan 17, 2016, at 8:07 AM, Ben Coman <btc@openInWorld.com> wrote:
On Sun, Jan 17, 2016 at 9:48 AM, Cyril Ferlicot D.
<cyril.ferlicot@gmail.com> wrote:
And more, it make the debugger "ventilated" (I don't know if the term
work in English too). I mean that with more space between the classes
and the methods it's better for the eye of the user.
Never heard the term used that way in graphic design, but it makes
perfect sense.
cheers -ben