Version: 2022.3
Language : English
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 IL2CPPA Unity-developed scripting back-end which you can use as an alternative to Mono when building projects for some platforms. More info
See in Glossary
, using the Visual Studio debugger.

Topic Description
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.

Additional resources

Use P/Invoke
Debug C# code