I often start an app just to see how it works, then I decide to debug, so I just attach to its process and debugging kicks in.
But I am not able to find how to attach to a running Xamarin Forms app process to start debugging.
To clarify, I know how to debug and that works fine but how do I attach debugger to a running Xamarin Forms app to debug?