Version: 2022.2
Use P/Invoke
Debug C# code

Debug UWP applications with IL2CPP

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 描述
Debug C# code Understand how to use Visual Studio to debug your C# code.
Debug generated C++ code Understand how to use Visual Studio to debug your generated C++ code.

其他资源

Use P/Invoke
Debug C# code