Starting CryENGINE 3 with Visual Studio
Because writing new code always requires you to debug your changes, you need to start CryENGINE with the Debugger attached. The Debugger is integrated into Visual Studio and enables you with the pause execution option, which lets you stop at a specific point in code (the so-called breakpoints), and step through the code.