You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install latest Fabulous project templates: dotnet new --install Fabulous.XamarinForms.Templates::2.0.5
Create new Fabulous project: dotnet new fabulous-xf-vswin -n FabXamApp
Set a breakpoint at line 18 in App.fs of the shared .NET Standard project
Set a breakpoint at line 29 in the MainActivity.fs of the Android project
Debug the Android project in simulator
As the app starts up, the breakpoint in MainActivity.fs will be hit as expected, allow the app to continue. Once the app has finished launching, clicking on "Increment" or "Decrement" buttons should result in the breakpoint on line 18 of App.fs being hit, but it is not hit.
Initially observed using Visual Studio for Windows (v17.2.6). But have also observed this same behaviour with Visual Studio for Mac.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
dotnet new --install Fabulous.XamarinForms.Templates::2.0.5
dotnet new fabulous-xf-vswin -n FabXamApp
App.fs
of the shared .NET Standard projectMainActivity.fs
of the Android projectAs the app starts up, the breakpoint in
MainActivity.fs
will be hit as expected, allow the app to continue. Once the app has finished launching, clicking on "Increment" or "Decrement" buttons should result in the breakpoint on line 18 ofApp.fs
being hit, but it is not hit.Initially observed using Visual Studio for Windows (v17.2.6). But have also observed this same behaviour with Visual Studio for Mac.
The text was updated successfully, but these errors were encountered: