-
Sorry for writing a question, but I couldn't figure this out, I'm trying to debug a fsharp program or a dotnet core application but I cannot get it working, I read this two issues: But I always get the same result nothing, this is my setup:
And then I create a fsharp file like:
and then try to run sdb:
I do not know what to do now, or where to go, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Sorry for that reading the readme part I read the RuntimePrefix, And is important that this expect a bin folder withi is not in my setup:
So I change the runtimeprefix to:
Then finally it worked: functional-programming/fsharp/temp took 2m 38s functional-programming/fsharp/temp
|
Beta Was this translation helpful? Give feedback.
-
I will close this issue, but I think that this could help for documenting this setup |
Beta Was this translation helpful? Give feedback.
-
if you do trace source code , please add |
Beta Was this translation helpful? Give feedback.
Sorry for that reading the readme part I read the RuntimePrefix, And is important that this expect a bin folder withi is not in my setup: