Draethius
❔ Code only firing when using breakpoints in Visual Studio
I am having an issue with my code for a Twitch bot(Using TwitchLIB API)
Certain lines of code will work just fine, but others will only work when using a breakpoint inside of their methods, and i'm unsure why this is working this way. The point of breakpoints is so that I can see what lines of my code are being fired, and where issues are, but how am I supposed to troubleshoot if the code works when I use the breakpoints? I've used a logging method to verify, and the code is REACHED just fine without the breakpoints. Any ideas? I'll include some of my code in a reply to this thread.
29 replies