Xamarin Studio locals not showing in debug - xamarin.ios

When I debug my iOS app in Xamarin studio. If I set a breakpoint and run the app it stops and shows me my locals and everything is great the first time.
However any time after that if I run my app it stops on the breakpoint and the locals list is empty.
Has anyone run into this problem before?
The only way I can get the locals to show back up is to close Xamarin Studio and reopen it, and then they only work for one debugging session again.

The response in the Xamarin Forums:
This bug should be fixed in the upcoming 4.0.5 release.

Related

Infinite app closing issue in android studio

I have just changed the package name in the android studio, and also replaced the new google-services.json file downloaded from the firebase console to configure the new package. After these changes, the application is installed properly on the emulator but it is displaying just a white screen and not moving to the splash screen. Even, It is not going to Launcher activity, I have tried to debug by putting the breakpoints. In the logcat of the android studio, it seems it is closing and opening in infinite ways. I have also attached the screenshots here.

How to debug a website in Android Studio?

I've suspected for a while that my website doesn't work on Android WebView. Trying to debug this, I've installed Android Studio, and fired up some emulators. Sure enough, my website does not behave properly when viewed in WebView in the emulator.
But, I'm not an app developer, and I've never used Android Studio before. Predictably, all of the docs are focused on creating apps :).
How can I debug what's happening in the WebView? Do I need to create an empty project? Is there some DevTools equivalent? Or maybe some way to dump what it's doing to a log file?
I just need a starting point, and am happy to read docs if I'm pointed in the right direction.

Unable to launch iOS app on simulator using Visual Studio 2022

I'm using Visual Studio 2022 to develop an iOS app that I'm attempting to run on the simulator. The simulator apparently loads and runs but never completes or loads the app.
Screen shot:
This is what I get, there are no error messages of any kind. Anyone know whats going on here?
More information:
I do see this in the Xamarin output window
Authentication Error. Xcode 7.3 or later is required to continue developing with your Apple ID.
I'm using XCode 13.3 so I have no idea why I would be seeing this message.

How to fix app emulator on Android Studio

I am using android studio and whenever I try to open the app emulator to view the current app the previous app I was working on comes up instead of the current.
Is there a way to refresh it?
I also haven't been able to find any similar questions online.

Kudan sample app not launching

I have problem with launching Kudan sample app on my phone. I am using Kudan in Android Studio.
I created project as was described on website, checked is matches bundeID in my app and on the website(I know key wont be working if they are not the same), Studio doesnt show any errors or warning during compilation, but I cant still launch it on my phone.
Anyone any ideas what might cause it?
Thanks.

Resources