debugger "Step Out"
A very quick note because its hardly important so I know I'll forget it. Using MSVC recently and jumping back in the Pharo debugger I had a moment when I missing their "Step Out" debugger feature. Probably less important in Pharo where we tend to have shorter methods, and you can always select up the stack and "Step Over", but while I was in-the-flow "Step Out" was what the thing I wanted. Anyway, just sharing the thought. cheers -ben
+1 although you can mimick it by going down one level in the call stack and do a step-over nicolas On 10/08/2018 04:12, Ben Coman wrote:
A very quick note because its hardly important so I know I'll forget it.
Using MSVC recently and jumping back in the Pharo debugger I had a moment when I missing their "Step Out" debugger feature.
Probably less important in Pharo where we tend to have shorter methods, and you can always select up the stack and "Step Over", but while I was in-the-flow "Step Out" was what the thing I wanted.
Anyway, just sharing the thought.
cheers -ben
-- Nicolas Anquetil RMod team -- Inria Lille
When âstep-throughâ was added, that was a lifesaver as we have many block iterations. Step out would also be a few less clicks than run to curser ... so it sounds complimentary. Tim Sent from my iPhone
On 10 Aug 2018, at 04:12, Ben Coman <btc@openinworld.com> wrote:
A very quick note because its hardly important so I know I'll forget it.
Using MSVC recently and jumping back in the Pharo debugger I had a moment when I missing their "Step Out" debugger feature.
Probably less important in Pharo where we tend to have shorter methods, and you can always select up the stack and "Step Over", but while I was in-the-flow "Step Out" was what the thing I wanted.
Anyway, just sharing the thought.
cheers -ben
participants (3)
-
Ben Coman -
Nicolas Anquetil -
Tim Mackinnon