Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Debug UWP applications with IL2CPP

Debug your code with IL2CPP.
Read time 1 minuteLast updated 11 days ago

Debugging is the process of removing errors from your code. You can debug both C# code and the generated C++ code with IL2CPP, using the Visual Studio debugger.

Topic

Description

Debug C# codeUnderstand how to use Visual Studio to debug your C# code.
Debug generated C++ codeUnderstand how to use Visual Studio to debug your generated C++ code.

Additional resources