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?
 
0
reply

This happens if multiple threads are calculating the fractal. Each thread will print a message. To prevent this, set the min/max number of threads to 1 (temporarily) in the Fractal tab of the Preferences dialog.

This happens if multiple threads are calculating the fractal. Each thread will print a message. To prevent this, set the min/max number of threads to 1 (temporarily) in the Fractal tab of the Preferences dialog.

Ultra Fractal author

 
0
reply

Of course. I forgot all about multiple cores and threads. Thank you.

Of course. I forgot all about multiple cores and threads. Thank you.
 
0
reply
36
views
2
replies
2
followers
live preview
Enter at least 10 characters.
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft