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
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).
The text was updated successfully, but these errors were encountered:
When you hit
F5
, it would be nice if you were able to debug the scripts.The text was updated successfully, but these errors were encountered: