Posted on: 10/6/2008 12:03:22 PM | Views : 851

Often, when debugging software, a problem manifested at one location in the code is caused much earlier, potentially making it difficult to isolate. By adding assertions to the code, assumptions can be checked and warnings issues when they are incorrect.

...

Go to the complete details ...