- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Debugger feature request (Step into)
Sun, 2009-05-10, 21:31
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-
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