Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: johne53 on December 02, 2008, 12:00:34 pm

Title: No symbol table
Post by: johne53 on December 02, 2008, 12:00:34 pm
Occasionally when trying to debug an application I see this message in the output window:-

No symbol table is loaded.  Use the "file" command.

This seems to turn up sporadically, at random - but when it does, the app usually can't be debugged. What does it mean by "Use the "file" command"?
Title: Re: No symbol table
Post by: johne53 on December 02, 2008, 12:20:28 pm
Forget it, I figured this out. Although my Build Target was set to Win32 Debug. I noticed a line in the output window saying, "adding file: Release/bin/my_app.exe"

So it was actually trying to debug the Release version, instead of the Debug version. Setting the Build Target to "Release" then back to "Debug" again has solved the problem.