sleemer / docker.dotnet.debug

This is a sample that demonstrates how to debug dotnet core 2.0 console running in docker from vscode
73 stars 14 forks source link

update to vs code 1.25 #4

Open ekelvin opened 6 years ago

ekelvin commented 6 years ago

Really nice Can you please update to vs code 1.25 seems most of it is deprecated

sleemer commented 6 years ago

Hi @ekelvin! Do you mean the new feature of auto-attach? It's really cool and simplifies configuration, but do they support dotnet core and docker yet? According to https://code.visualstudio.com/blogs/2018/07/12/introducing-logpoints-and-auto-attach#_supported-languages c# and docker are not on the list yet...

ekelvin commented 6 years ago

I mean all the code you have in readme is outdated and most of them are deprecated. :)

sleemer commented 6 years ago

Hm... to be honest... I don't see your point... what do you mean deprecated, what's the alternative? I'm using 1.26.0-insider and it still seems like the only way to be able to debug dotnet core app inside the container from vscode use the approach from the readme... could you please be more concrete?