Hacker News new | ask | show | jobs
by dsego 4667 days ago
Exceptions aren't a debugging tool. You should use asserts for debugging. These asserts are then disabled via compile switches for the production version. Or you can write unit tests.