I’m creating an app for iOS and I find myself struggle to find out how to debug the project in xcode.
Is there any way to do it? Maybe it is possible to attach monodevelop to the xcode … ?
Any help will be great!
Thx. in advance!
I’m creating an app for iOS and I find myself struggle to find out how to debug the project in xcode.
Is there any way to do it? Maybe it is possible to attach monodevelop to the xcode … ?
Any help will be great!
Thx. in advance!
I doubt it’s possible for breakpoints (it may be possible but not convenient), but you can use logs. Debug.Log prints logs in xcode too. Also there’s nice free asset for log viewing - Log Viewer
Thx for info… hard way to debug stuff like that, but is better then nothing.