Debugging tips?

Compiling with -g doesn’t seem to give me line numbers when using valgrind. Is there another flag I should be adding? Thanks! Alex

Hi Alex,

No, “-g” should do it.

  • Mat