you can put a debug message in all the methods at the beginning, and at the end, this way you will see which method started but didn't complete.how to make the program debug-able in release mode?
It will help narrow down where the problem is.
you can put a debug message in all the methods at the beginning, and at the end, this way you will see which method started but didn't complete.how to make the program debug-able in release mode?
It will help narrow down where the problem is.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
hhf (10th March 2010)
Bookmarks