Docker container debugging using dotnet watch
I was wondering if Rider supports dotnet watch run as an entry point for attaching the debugger to Docker containers:
ENTRYPOINT dotnet watch run --urls=http://+:80
I am not sure if I just have an error with my configuration, or if this is indeed supported.
I only receive the following error:
com.intellij.remoteServer.util.ServerRuntimeException: Status 304: Status 304:
Please sign in to leave a comment.
Hello,
Unfortunately, debugging a Docker container via "dotnet run" is not supported yet. Please upvote this feature request: https://youtrack.jetbrains.com/issue/RIDER-62924
Thank you for confirming that Julia, appreciated, and up voted.