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

Support breakpoints in script file #28

Closed
tpetricek opened this issue Apr 23, 2014 · 1 comment
Closed

Support breakpoints in script file #28

tpetricek opened this issue Apr 23, 2014 · 1 comment

Comments

@tpetricek
Copy link
Member

When you hit F5, it would be nice if you were able to debug the scripts.

  • The FSharp.Compiler.Service already generates debug symbols and information for scripts that it receives, so in principle this is possible.
  • There may, however be sensitivity to the paths used, for example if you copy or transform the scripts, or if you don’t use fully-qualified paths. One way around this may be to use line directives like FsYacc and FsLex (if you have a transformation step).
@dsyme
Copy link
Member

dsyme commented Dec 10, 2020

FsLab is now changing to be an incubation space for F# data science projects, per discussion in #137 (comment)

Closing this out as it relates to the old FsLab package collection.

@dsyme dsyme closed this as completed Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants