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




Answer this question

How to Debug the MechCmd2

  • aceinc

    Have you built the source tree in the debug configuration


  • iCe.NET

    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

  • How to Debug the MechCmd2