Community
Participate
Working Groups
Build Identifier: M20110210-1200 I was using gdb to debug extension DLLs for an external process. I had "stop on startup at 'main'" checked accidentally, and it would cause a NullPointerException whenever I tried to start debugging. I'm guessing that it's because my project doesn't have a 'main' method. Unchecking the option fixed the issue. Reproducible: Always Steps to Reproduce: 1. Specify an external executable in the "C/C++ Application" debug configuration field. 2. Select "stop on startup at:..." and specify a non-existent function. 3. Start debugging.
I can't reproduce this. Are you using GDB? Can you paste or attach the call stack related to the NPE? Thanks.