On 3/11/11 8:49 AM, Kagamin wrote:
It's also easier to debug code if you store objects in variables. What if 
histogram is created with a bug, how would you diagnose it? If you have the 
histogram stored in a variable, you can put a breakpoint after the assignment 
and inspect the histogram, but your example doesn't provide a variable to 
inspect.

Just put a break point at the beginning of the line and step through it?

David

Reply via email to