microsoft / ConcordExtensibilitySamples

Visual Studio Debug Engine Extensibility Samples
Other
121 stars 50 forks source link

.Net 8 problems #112

Closed netcompany-runeviumsondergaard closed 6 months ago

netcompany-runeviumsondergaard commented 6 months ago

Hello there! I have been using the ability to attach the debugger in a running Docker container, and I have worked like a charm. However, now after we have updated to .Net 8 the debugger just dies when I try to attach, is this a common known bug? It's kind of a showstopper :) I can't really give any error codes from Visual Studio, I just says "The debug adapter exited unexpectedly." In Visual Studio code it just seems like it attaches, and then it drops. Are there soon a new version coming? Or am I the only one with this problem?

gregg-miskelly commented 6 months ago

This repo is really just for folks trying to extend the debugger. I ported your issue to https://github.com/dotnet/vscode-csharp/issues/6828 as a better place.