This document explains how to setup and use the development environment for Cosmos.
Please make sure you meet the following installation requirements.
Visual Studio Express does not support project groups and will not load the sln file many of the developers use. Because of this we also have a "Flat" sln file. This file however is often out of date, so be sure to run the flat file updater.
If there any System.Diagnostics.Debugger.Break() calls, gdb will break on these breakpoints. If at some point, you want to pause execution in the debugger, press ctrl+c in the gdb window.