News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

No symbol table

Started by johne53, December 02, 2008, 12:00:34 PM

Previous topic - Next topic

johne53

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"?

johne53

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.