Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Unity debugging guide for Windows

Use Windows debugging tools to help resolve errors and bugs in your Unity application or the Unity Editor.
Read time 1 minuteLast updated 7 days ago

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 WindowsLearn the different ways to debug your Unity application or the Unity Editor.
Configure your debugging tool to debug Unity in WindowsSet up Visual Studio or Windows Debugger to debug Unity applications or the Unity Editor.
Set up live debugging for UnitySet up Visual Studio or WinDbg to debug your application or Editor as it runs (live debugging).
Set up forensic debugging for UnitySet up Visual Studio or WinDbg to debug your application or Editor after a crash occurs (forensic debugging).

Additional resources