We are currently working on fixing a huge amount of errors and know that they are up. Piper is trying out new features and the errors will be taken care of asap! Thank you for your patience.
Sephrena
TopShelf TG Fiction in the BigCloset!
We are currently working on fixing a huge amount of errors and know that they are up. Piper is trying out new features and the errors will be taken care of asap! Thank you for your patience.
Sephrena
Checks can be made out & sent to:
Joyce Melton
1001 Third St.
Space 80
Calimesa, CA 92320
USA
Note: $6000 is the operating, maintenance and upgrade budget. Amounts received in excess of the $6000 will be applied to long term debt accrued over the last 19 years.
If you prefer, you can donate through Patreon:
Become a Patron!
Thank you!
Comments
I only 'got lucky' only once ...
(From my days a computer programmer...)
I was getting desperate to fix semi-rare "it just crashes" bug in one of my department's major programs. So I was writing a simple log of debug info to disk
I wrote it that so nothing was displayed, unless the crash happened ...
And I accidentally made the debug change 'live' ... {Blush!}
Then my coworkers started coming in, saying "What the heck is this?" So I explained.
A few days later, my coworkers started coming in again, saying "Hey. We like it. At least we know where the program is choking, and we know where to look. Leave it in."
---
/geek alert/
The main program was an "assembler", reading the human readable code, line by line, and translating it to machine code. My debug file was recording each label in the program.
And I told my people they could put in dummy/unused labels to hone on the problem.
---
Later I was able to fix the underlying bug, and issue an error message, instead of a crash plus debug file!