I am trying to debug my program but it keeps on crashing on the "new" operator. But if I run the program without debugging into the code it works fine. If I set my breakpoints at different places the program crashes at different "new" operators.

I don't know what to do. HELP!