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.
トピック | 説明 |
---|---|
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. |