Quote:
Originally Posted by ZiXiRo
im in files but idk what to change to fix bugs =)))
|
Well don't bother fixing anything if you don't know how to find bugs. My recommendation is to learn an programming language very well start learning network programming and then you might be able to understand this emulator completely.
but a short tutorial about debugging i don't know which ide/debugger thing you're using but if it has breakpoints put some breakpoints in the functions which make your client crash and check if the values are valid. if they aren't values you missed some crutial checking.
anyway there are many ways to debug your program but it all starts by knowing how the data flows trough the program and which functions get executed.