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.

0

Please sign in to leave a comment.