= Debug !MapGuide Server with Visual Studio on Windows 7 = == Environment == * Windows 7/xp * Visual Studio 2008 == Debugging Step by Step == 1. check Solution Configuration and Solution Platform are consistent for all the projects [[Image(Figure1.jpg)]] 2. right click a project to bring up project Properties windows, check Common and configuration properties for clues if you have library, output issues, etc. [[Image(Figure2.jpg)]] 3. Set up a breakpoint: open a source file, put mouse cursor where you want to create a breakpoint, then go to menu bar, Debug->Toggle Breakpoint [[Image(Figure3.jpg)]] [[Image(Figure4.jpg)]] 4. Once the breakpoint is set, right click a project, select Set as Startup Project from the context menu [[Image(Figure5.jpg)]] 5. right click the project again to bring up the properties windows, click Debugging, in the popped up windows, set proper values for Command, Command Arguments, Working Directory, etc, then click Ok to close the windows. After all, go to Debug->Start Debugging [[Image(Figure6.jpg)]]