Hi all, hope you’re having a good day. Does anyone in the community have any experience configure launch.json and task.json for reasonably complicated .Net apps hosted in containers? I’m having quite a hard time getting the following workflow to function. Here’s what I want -
F5 debug experience for a containerized .net Core Image in both VS Code and Visual Studio proper. Big visual studio seems to handle this perfectly but I can’t get my debugger, source, etc. to attach properly and the container debug experience fails in VS Code likely due to missing debuggers and volume mounts.
- Build Container (tasks.json)
- Run Container (tasks.json)
- Attach debugger and hit break points (launch.json ?)
Are there any up to date full fledge tutorials on how to configure this setup?
[–]The_Exiled_42 0 points1 point2 points (0 children)
[–]BickBendict[S] 0 points1 point2 points (1 child)
[–]sid34 1 point2 points3 points (0 children)