How to Debug the MechCmd2

Please can you help me to debug the MechCmd2 by instructing me step by step.Here is what i do to debug it,

1)first i open the project named MechCmd2(Microsoft Visual Studio Solutions)file .

2)then in the solution Explorer there exist the MechCmd2 project.

3)then on GUI option in solution Explorer , I right click the Mouse and select Debug->stepinto option then it gives the error

"Debbuging information for 'Mc2Dbg.exe' cannot be found or does not match. No symbols loaded."

what to do to remove this error.

I want to make my own game so i thought to take help from mechCommand2 . Please instruct me step by step how should i start and debug it .or can you provide me some documents so that i can get the idea for making the game .

Thanks in advance

Meenal

[1047 byte] By [meenal] at [2008-2-5]
# 1
Have you built the source tree in the debug configuration?
RichardFine at 2007-9-10 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technolgies: XNA Build...
# 2
As Richard mentioned you'll need to build the program as debug. There will be portions you can't jump into (like GameOS code) because we didn't provide the source. Take a look at this thread for some other useful debugging tips: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=418956
MichaelKlucher-MSFT at 2007-9-10 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technolgies: XNA Build...