This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Debugger feature request (Step into)

1 reply
Sciss
Joined: 2008-12-17,
User offline. Last seen 28 weeks 5 days ago.

hi,

here's a little request for the eclipse plug-in debugger: could there
be preferences option or so to change the behaviour of the "Step
into" action, so that it will not perform step-intos for fields...
Like i have a line like this marked with a breakpoint:

val x = v.access( node, node.value.x )

where value is a val field of node and x is a val field of
node.value.... currently in order to go into the "access" call, i
have to step-in the value->x and the node->value calls... i think the
behaviour you would normally want is to go straight into access,
taking reading fields for granted.

thanks, -sciss-

milessabin
Joined: 2008-08-11,
User offline. Last seen 33 weeks 3 days ago.
Re: Debugger feature request (Step into)

On Sun, May 10, 2009 at 9:31 PM, Sciss wrote:
> here's a little request for the eclipse plug-in debugger

Could you put things like this in Trac as enhancement requests so that
they don't get forgotten about.

Thanks ...

Cheers,

Miles

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland