-
Notifications
You must be signed in to change notification settings - Fork 676
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
F# support? #552
Comments
@DannyRyman No, not at the moment. As you have seen yourself, you would get events such as module loads, program output, exceptions etc. but not have any ability to look at callstacks, view variables, bind breakpoints etc. as the support needed for F# debugging is simply not there. |
@DannyRyman Also, I'm personally not familiar with our F# roadmap. I'll ping a couple folks here and update this post if I can find something to share. |
ok, thanks for the confirmation. |
Should it be possible to debug F# using this extension? I gave it a try and I managed to get some output to the debug console; however, I am unable to add breakpoints to my .fs files.
The text was updated successfully, but these errors were encountered: