-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run project in Rider #11
Comments
You can open terminal in Rider and do the same as from the console: dotnet run |
And how can I run it in debug mode? (Apologize if questions are stupid, but I am new in F#). |
No problem mate! You have two options:
Let me know if it works... |
I tried, and both options are working. However, it works a little bit strange, i.e. when I press F10 to step over application crashes with an error:
If you know what can cause that great, if not I will play with it. And one more thing, I guess that client debugging should be done with console.log or something similar? |
I would have to see more of the logs to understand, what's wrong.
There may be possible to attach to debugger also on the frontend side (using source maps + developer tools in Chrome), but I always use |
It looks like it's something with .NET on mac m1. Thanks a lot for the help. |
Actually, it's up to my project. When I run your template everything is working fine :/ |
Maybe you see something in the log?
|
Hi, do you maybe know how to run the project from JB Rider?
The text was updated successfully, but these errors were encountered: