User forums > Using Code::Blocks
DEBUGGING problem
MortenMacFly:
--- Quote from: Skeezix on April 09, 2008, 11:39:12 pm ---(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
--- End quote ---
De debugger is so kind to tell you several times what your probelm is. Please enable debugging symbols for compilation (and probably linking, depending on your compiler suite). Keep in mind that you have to do a re-build for the changes to take effect.
Skeezix:
i followed the instruction STEP BY STEP so yes i check the generate debbuging symbols..or something like that
MortenMacFly:
--- Quote from: Skeezix on April 11, 2008, 04:22:05 pm ---i followed the instruction STEP BY STEP so yes i check the generate debbuging symbols..or something like that
--- End quote ---
Make sure that (in addition) you *don't* have stripping symbols (-s) and any optimisation enabled(-O1... -On). Otherwise please post a minimal example project here for us to try.
BCCISProf:
--- Quote from: MortenMacFly on April 11, 2008, 04:29:27 pm ---
--- Quote from: Skeezix on April 11, 2008, 04:22:05 pm ---i followed the instruction STEP BY STEP so yes i check the generate debbuging symbols..or something like that
--- End quote ---
Make sure that (in addition) you *don't* have stripping symbols (-s) and any optimisation enabled(-O1... -On). Otherwise please post a minimal example project here for us to try.
--- End quote ---
I tried his code that he gave above and the debugger worked perfectly. I wonder if he is using a project or just compiling and trying to debug the .cpp file alone.
Skeezix:
--- Quote from: MortenMacFly on April 11, 2008, 04:29:27 pm ---
--- Quote from: Skeezix on April 11, 2008, 04:22:05 pm ---i followed the instruction STEP BY STEP so yes i check the generate debbuging symbols..or something like that
--- End quote ---
Make sure that (in addition) you *don't* have stripping symbols (-s) and any optimisation enabled(-O1... -On). Otherwise please post a minimal example project here for us to try.
--- End quote ---
i tried what you said but its still not working
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version