I am trying to create a cross platform application using visual studio community 2017. My app builds and deploys fine on my physical device.
I have made changes to the oncreate method in the MainActivity class and intend to debug the code to see the result, but the breakpoints I set within the oncreate method have never been hit. I tried to create a new cross platform project, it does the same thing. I put breakpoints in the shared pcl project, but they get hit fine.
I have looked through online and tried everything I can find:
Cleaned the solution and rebuilt;
Deleted the bin folder;
Checked the naming in the folder directory;
Reinstalled and updated visual studio 2017;
Nothing seems to be working. In the output window, I get this message "Resolved pending breakpoint at '...\test\test.Android\MainActivity.cs:74,1' to void test.Droid.MainActivity.OnStop () [0x00000]"
Any more advice please.
Many thanks. Zen