Version: Unity 6.1 (6000.1)
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 Information about the different ways to debug your Unity application or the Unity Editor.
Configure your debugging tool to debug Unity in Windows Instructions on how to set up Visual Studio or Windows Debugger to debug Unity applications or the Unity Editor.
Set up live debugging for Unity Instructions on how to set up Visual Studio or WinDbg to debug your application or Editor as it runs (live debugging).
Set up forensic debugging for Unity Learn how to set up Visual Studio or WinDbg to debug your application or Editor after a crash occurs (forensic debugging).
Visual Studio project generation for Windows
Introduction to debugging Unity in Windows