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

Error when trying to debug (f# on mono on OS X) #370

Closed
mmc41 opened this issue Nov 20, 2015 · 3 comments
Closed

Error when trying to debug (f# on mono on OS X) #370

mmc41 opened this issue Nov 20, 2015 · 3 comments
Assignees

Comments

@mmc41
Copy link

mmc41 commented Nov 20, 2015

When I try to debug a small hello-world like fsharp 4.0 program like the attached, I get an error "error while processing request '{_request}' (exception: {_exception})" in Visual Code 0.10.1 on OS X 10.10.5 on mono 4.2.1. The associated launch.json file is as follows:
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "mono",
"request": "launch",
"program": "hello2.exe",
"args": ["test","test2","bla"],
"cwd": ".",
"runtimeExecutable": null,
"env": {}
},
{
"name": "Attach",
"type": "mono",
"request": "attach",
"address": "localhost",
"port": 5858
}
]
}

hello2.txt

@Oipo
Copy link

Oipo commented Nov 21, 2015

Same for me, VSCode 0.10.1, linux, using mono C#.

@borgdylan
Copy link

I can repro using a custom .NET language on Linux x86 using v. 0.10.1 as well. This used to work for plain .NET console apps in past versions.

@weinand
Copy link
Contributor

weinand commented Nov 22, 2015

This issue was moved to microsoft/vscode-mono-debug#2

@weinand weinand closed this as completed Nov 22, 2015
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants