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

Run 'Debug: Download .NET Core Debugger' in the Command Palette or open a .NET project directory #32485

Closed
GuruprasadYellappaK opened this issue Aug 14, 2017 · 3 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@GuruprasadYellappaK
Copy link

Hello,

I have an issue with debugging .NET console and web application from Visual studio code and when i run with debug getting the below Error. I am not sure, what is missing. even after reinstalling again the same issue continues.

Run 'Debug: Download .NET Core Debugger' in the Command Palette or open a .NET project directory

below is the dotnet --info result

.NET Command Line Tools (1.0.4)

Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd

Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.4

Kindly suggest.

Regards,
Guruprasad

@vscodebot vscodebot bot added the debug Debug viewlet, configurations, breakpoints, adapter issues label Aug 14, 2017
@waacton
Copy link

waacton commented Aug 15, 2017

I have the same issue, and the same dotnet --info result.

In my case I assume it also coincides with not being able to install the dependencies properly:

Updating C# dependencies...
Platform: win32, x86_64

Downloading package 'OmniSharp for Windows (.NET 4.6 / x64)' (21928 KB) ....................	Retrying from 'https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.23.2.zip' (21928 KB) .................... Done!
Downloading package '.NET Core Debugger (Windows / x64)' (39217 KB) ....................	Retrying from 'https://vsdebugger.blob.core.windows.net/coreclr-debug-1-12-5/coreclr-debug-win7-x64.zip' (39217 KB) .................... Done!

Installing package 'OmniSharp for Windows (.NET 4.6 / x64)'
Failed at stage: installPackages
Error: invalid central directory file header signature: 0xb5110011

Finished

Any thoughts on what's going on here?

@weinand
Copy link
Contributor

weinand commented Aug 15, 2017

This issue was moved to dotnet/vscode-csharp#1712

@weinand weinand closed this as completed Aug 15, 2017
@GuruprasadYellappaK
Copy link
Author

Thank you for the suggestion.
I am getting the issue when i open the mvc core project from VS code. (after 2 -3 seconds).
I am not using any http proxy but I tryed with downloading the same Manually and kept under .bin and .debugger folder of extension. so luck.

Please suggest.

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

3 participants