Always debug seriously
paul
posted @ Tue, 06 Jan 2009 08:17:23 +0800
in coding life
, 1338 readers
When something unexpected happens:
- Read the code carefully.
- In patient.
- Never assume anything.
- Follow the code step by step.
- Watch the variates change.
- Run code in debug enviorement. Print function is far to sufficient.
Help yourself first!

This work is licensed under a Creative Commons Attribution 3.0 Unported License.