C
C#2mo ago
restock2009

Weird bug

In my current code-project happened something that I really dont understand. When I ran the Code the first time, the process went a certain way. However, when I added some "Console.WriteLine()" for guidance, this process changed and the result was diferent, eventhough no variables or logic were changed. Why does this happen? I'm clueless. (Sorry if the explanation was a but confusing, english isnt my first language)
3 Replies
becquerel
becquerel2mo ago
It's very hard to tell without knowing what the process is, what the result was, or seeing any of your code
restock2009
restock2009OP2mo ago
The Code in itself is pretty Big, thats why I didnt send it
Mayor McCheese
Mayor McCheese2mo ago
That's likely the problem, too many variables in your code so it's nondeterminstic

Did you find this page helpful?