문제

I was trying to use SharpDevelop 4.3 as an F# IDE. I asked the question on the SharpDevelop forums but it's been a week and I've had no response. Where exactly can I pass command line arguments to the program run through the IDE when I want to debug the program? I went through the Project Options Menu items, and all the tabs contained, but I didn't identify a place for command line arguments.

I tried using Xavarin also, but it crashed immediately when I try to create an F# application.

도움이 되었습니까?

해결책

The F# addin that is included with SharpDevelop does not currently have a way to set the command line arguments when you run your F# application. There is no Debug tab available in under project options. The only option available currently would be to modify the source code.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top