Feedback for these lessons is very much welcome. If you like or hate something about a lesson let us know, either on GitHub, via Mail or just tell us in person ;)
x
X04 - Debugging exercise 4
There is a bug in the program given. Use the debugger and find the problem.1:
Step 1
Get the code from Here.
Step 2
Look at the code and try to predict where the bug could occure.
Step 3
Use the debugger and verify your prediction. If you were false try to find the real problem with the debugger.
Step 4
Try to find a way to repair the programm.