I am creating a cross-platform app utilizing Avalonia (written in C#, works just like Xamarin / Maui). The app targets iOS, Android, & Home windows, and is working properly below all 3. Improvement is being finished from Visible Studio on Home windows (so for iOS, VS is paired to a distant Mac, and debugging is completed on a bodily iPhone that is plugged into that Mac).
The problem I am going through: each time I pause the debugger when operating on iOS, it really works (as in I can see variable values and many others), but when I pause for any quite a lot of seconds, it kills the app. Visible Studio outputs “The app has been terminated”. This makes it just about unimaginable to debug.
Is there a technique to have it not kill the app seconds after it pauses within the debugger?