- 1
Can anyone please help me. I cant fugure out whats wrong with my code
3 Respuestas
+ 1
When you do not know where your bug is, start to debug manually. Either by logging messages between important steps of the program or by logging important variables before and after important steps. Then you will see where your scripts stop working. Then try to find the bug by knowing the position of it.
Furthermore you can try to find similar code snippets in the Web, e.g. stackoverflow.
- 1
@Andreas K . Thank you very much you advise helped find all the sythanx errors in my code.
- 1
I'm glad this is helping you.