== Quote from Kagamin (s...@here.lot)'s article
> > > Just put a break point at the beginning of the line and step through it?
> > May be m$ debugger sucks, but it's nontrivial to step through methods called
in single statement: it tends to step through the whole statement, though you 
can
step-in and step-out.
> You will also step into functions called for arguments like getColor() in the
example.

Ok, I'll admit I don't know much about this stuff.  I debug mostly with asserts
and print statements.  I very seldom use a debugger.

Reply via email to