Visual Studio does not hit debug breakpoints when using Hot Restart with iPhone
So I have Visual Studio 2019 v16.10.1 with Xamarin.Forms Hot Restart for iOS enabled. I have installed the desktop version of iTunes on my Windows 10 computer. after setting up Hot Restart everything seems to work perfectly. The Xamarin.Forms iOS platform application builds and deploys to the physical iOS device which is a iPhone 8 with iOS 14.6 installed. The application starts and runs as it should, hey I am home free. Oh no, VS2019 will not hit breakpoints and stop so I am unable to debug code running on the iPhone. What am I missing? I have been running against the iOS simulators until Apple broke the Windows to MAC simulators. So I bought the wife a new iPhone 12, took her iPhone 8 and decided to set up Hot Restart. Which works absolutely great except for this debugging issue. Do I need to turn on debugging on the device like I do on my Android devices? Just do not understand where I am going wrong here. Can anyone help with this issue?
Orgbrat