Compiler don't produse debugging symbols

  • MaksProg
    1st Jul 2012 Member 0 Permalink

    HELP!!! I use Code::Blocks to compile my mod. Using this turorial: https://powdertoy.co.uk/Wiki/W/Codeblocks_setup.html. It compiles fine. I created new configuretion named "Debug" and added -g option to compiler options. Recompile. And it doesn't debug! In debugging window ?? in function name and code lines. Debugging symbols is not prodused. Program size same as in "Release" configuration. But i added -g option! WTF!!! I don't know what to do with the stupid compiler. HELP I NEED TO DEBUG!!!

  • Simon
    1st Jul 2012 Administrator 0 Permalink
    If the function names are missing, it's probable that Code::Blocks is actually stripping symbols from the binary, you need to make sure this is not the case.