Hi all
is it possible to debug Unity C# code with MSVS ?
how to debug Unity C# code ?
What’s the best IDE for c# debugging under Unity ?
Thanks
Hi all
is it possible to debug Unity C# code with MSVS ?
how to debug Unity C# code ?
What’s the best IDE for c# debugging under Unity ?
Thanks
Nope.
You can debug your C# code using Monodevelop by following the instructions outlined here:
http://unity3d.com/support/documentation/Manual/Debugger.html
You posted in the iOS forum, which is strange since you mentioned MSVS. On OSX you usually don’t have the option of MSVS. You can use GDB directly from the XCode interface for debugging on an iDevice.