I'm making a tic tac toe and I am having a problem in it. I need to debug it ,but when I do it... the screen hangs and I can't debug it I had asked this question before, but it was closed. Please help!!! Thanks
Asked
Active
Viewed 89 times
-1
-
How are you "debugging" it? You should ask about the problem you're trying to solve instead. [ask] – Sayse Jul 16 '21 at 13:46
-
1Set breakpoints at specific points. When you use a debugger, the display will hang. That is not really avoidable. – MegaIng Jul 16 '21 at 13:48
-
Ok I will try adding the breakpoints. @Meglang – True Alpha Jul 17 '21 at 06:42