Saturday, 15 May 2010

c++ - How can I see where do I reference a null pointer using KDevelop? -



c++ - How can I see where do I reference a null pointer using KDevelop? -

i using kdevelop c++ development , debugging. looks dereferencing null pointer somewhere, because get:

*** programme received signal sigsegv (segmentation fault) ***

how can figure out happened? kdevelop break on these kind of signals , unhandled exceptions.

you have run application within debugger. press debug button in kdevelop in case have proper launch configuration.

in kdevelop, open debug area view , run application in gdb. after crash, press frame stack tool view on bottom bar.

there go.

c++ kdevelop kdevelop4

No comments:

Post a Comment