Version: Unity 6.6 Alpha (6000.6)
Language : English
Visual Studio project generation for Windows
Introduction to debugging Unity in Windows

Unity debugging guide for Windows

Use Windows debugging tools to help resolve errors and bugs in your Unity application or the Unity Editor.

This information covers the different types of debugging available in Unity and how to set up your Windows debugging tools for use with Unity.

Topic Description
Introduction to debugging Unity in Windows Learn the different ways to debug your Unity application or the Unity Editor.
Configure your debugging tool to debug Unity in Windows Set up Visual Studio or Windows Debugger to debug Unity applications or the Unity Editor.
Set up live debugging for Unity Set up Visual Studio or WinDbg to debug your application or Editor as it runs (live debugging).
Set up forensic debugging for Unity Set up Visual Studio or WinDbg to debug your application or Editor after a crash occurs (forensic debugging).

Additional resources

Visual Studio project generation for Windows
Introduction to debugging Unity in Windows