Can't debug asp.net core in docker container in macOS
When I try to debug my asp.net core project inside docker container running in macOS host, it' stuck in `Waiting for target to get ready` step. According to the log I have the following errors:
1. Environment variable 'DEBUGGER_PARENT_PROCESS_PID' is not defined => do not watch parent process to die
2. “Failed to detect dbgshim directory”
How can I get this working? Thanks for any help.
Please sign in to leave a comment.
Having a similar issue on linux, did you get it figured out?
https://rider-support.jetbrains.com/hc/en-us/community/posts/360005128779-Can-t-debug-NET-Core-in-a-docker-container-on-Linux