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

Cant debug Asp.NetCore mvc app VSCode Arch Linux #3711

Closed
dcruz1990 opened this issue Apr 9, 2020 · 2 comments
Closed

Cant debug Asp.NetCore mvc app VSCode Arch Linux #3711

dcruz1990 opened this issue Apr 9, 2020 · 2 comments

Comments

@dcruz1990
Copy link

Environment dat

SDK de .NET Core (reflejando cualquier global.json):
Version: 3.0.103
Commit: b7ef045669

Entorno de tiempo de ejecución:
OS Name: arcolinux
OS Version: v20.1.4
OS Platform: Linux
RID: linux-x64
Base Path: /home/dennisqc/.dotnet/sdk/3.0.103/

Host (useful for support):
Version: 3.0.3
Commit: c03f2fe626

.NET Core SDKs installed:
3.0.103 [/home/dennisqc/.dotnet/sdk]

.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.0.3 [/home/dennisqc/.dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.0.3 [/home/dennisqc/.dotnet/shared/Microsoft.NETCore.App]

VS Code version:
C# Extension version:
1.21.16

Steps to reproduce

Clone a project, restore, install omnisharp, install debuger and the other packages that comes with. Configure attach debug, set a breakpoint, run the debugger..

Expected behavior

Fully load debugger, stop when reaches breakpoint.

Actual behavior

Doesnt fully load debugger, nothing happens when reach breakpoint.

@WardenGnaw
Copy link
Contributor

In your launch.json, can you add the following:

"logging": {
   "engineLogging": true
}

and share the output from the debug console?

@dcruz1990
Copy link
Author

It works when i set to "launch" instead of "attach".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants