Skip to content
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

Closed
DannyRyman opened this issue Jul 9, 2016 · 3 comments
Closed

F# support? #552

DannyRyman opened this issue Jul 9, 2016 · 3 comments

Comments

@DannyRyman
Copy link

DannyRyman commented Jul 9, 2016

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.

@caslan caslan added the Debugger label Jul 9, 2016
@caslan
Copy link
Contributor

caslan commented Jul 9, 2016

@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.

@caslan
Copy link
Contributor

caslan commented Jul 9, 2016

@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.

@caslan caslan removed the Debugger label Jul 9, 2016
@DannyRyman
Copy link
Author

ok, thanks for the confirmation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants