Comment on When something that was working, suddenly doesn't work when demoing to othersparentComments−omoikane2yAnother common cause is that the code you were looking at wasn't actually the code you were running. Between "I added this line and then I removed this same line, and now it works", the executable might have been recompiled.−bobthepanda2yhot reloading can cause weird behaviors like this in particular
Comments
Another common cause is that the code you were looking at wasn't actually the code you were running. Between "I added this line and then I removed this same line, and now it works", the executable might have been recompiled.
hot reloading can cause weird behaviors like this in particular