Replies: 2 comments 1 reply
-
It is probably possible but might require some manual work to get it going. It looks like the debugger was at least able to attach, which is great progress. What is the message on those exceptions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug a azure function written in c# inside a linux container on wsl2. Is this possible? I can't get it working.
When I hit F5 to attach the debugger the extension is copying the debugger into the container.
But it throws exceptions.
Dockerfile:
Launch.json
I added the processName.
Beta Was this translation helpful? Give feedback.
All reactions