THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/08/2012 at 11:07, xxxxxxxx wrote:
In lieu of breakpoints, use the old-school method: prints. If you have crashing where printing is not useful then you should use the other old-school method of commenting out code until you find the exact place of the issue (do commented-out sections remove the issue or not - use a divide-and-conquer strategy, then a honing strategy once you have the general set of methods you need to check). This is definitely more of an art than science and you will need to have an intuition about where the problem arises so as to start widdling down the code but it is guaranteed to uncover the problem with strategic usage and careful testing.