However, if I build a small source file myself using Visual Studio 2005 I don't get the source operands such [<module_name>!<variable_name>] but instead just some offset from a register or something like that.
Are there any project properties that need to be set to get windbg to display the symbols correctly? I thought as long as the .pdb file is in the same folder as the .exe things should be fine.
Thank you for the help!
Subu
Submitted via EggHeadCafe - Software Developer Portal of Choice
Floating box in javascript
http://www.eggheadcafe.com/tutorials/aspnet/b08d33d5-8fbe-4c76-a1ad-1e30f7c68f17/floating-box-in-javascrip.aspx
I would say you don't have symbols loaded. Please closely examine the
debugger documentation on "symbols" and make sure you have set up the symbol
path correctly. Starting the debugger with the "-n" switch will cause it
to produce verbose spew on the loading of symbols.
.pat styles [microsoft]
"Subu Rama" wrote in message news:20091214161...@gmail.com...