I'm debugging a new formula. All the printing so far is in the constructor. I get many more lines of printing than I expected, some of the same things over and over.
I thought that the constructor was only invoked once.
When is it really invoked? How can I avoid the excess printing?
I'm debugging a new formula. All the printing so far is in the constructor. I get many more lines of printing than I expected, some of the same things over and over.
I thought that the constructor was only invoked once.
When is it really invoked? How can I avoid the excess printing?