Now reply to minglw. I'm sorry that I didn't see your post on
SuperSoko's forum. Usually I only look new post listed on the top page
of SuperSoko. You edit your previous post, but it's not considered to
be "new post" by the system.
In fact, I can debug without the help of IDE. I have defeated many
difficult bugs for job. To fix the bug you reported, I esimate 5-10
times' test is needed, that means 1-2 weeks' time. At the same time, I
update source code every day. It will be chaos if I do debug & develop
work simultanously. I will send you test version after the next stable
point.
There is a trick to do "Save&continue" for optimization. Suppose
when the program is optimizing "100-150 of 200", you cancel the
progress. A dialogue appears asking you whether to replace previous
one. Select "yes", now you have "half optimized" answer that step 0-100
is optimized. You can save this answer and continue optimization later,
begin at step 100.
I understand doing both debugging and developing new code, it can be
chaotic if not managed properly. There's no hurry. Take your time
to work on it and send me the debug version when it's ready.
Thanks!