Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Debugging not working with Blazor WASM app served though MVC app when ran through Docker-Compose

$
0
0

I created an ASP.NET Core MVC application that serves up a Blazor WASM application. I then want to Dockerize it and run it with docker-compose so I can run it with some other stuff so the other developers can have a better development experience, and I can get the benefits of docker.

However, I keep running into a problem when I run via docker-compose I cannot get the WASM part to debug. This is strange because if I run just the container it will debug. Or if I run without any docker it debugs.

I am assuming I am missing something, but I cannot seem to find out what it is.

So, I guess my questions are what needs to happen in order for it to debug when running with docker-compose? What check list do I need to make sure it is met in order for it to work? Is it possible I was under the impression it should be able to? Not sure why it would not.

Also, not a question but if there was a working example, I could find somewhere that would be awesome.


Viewing all articles
Browse latest Browse all 4839

Trending Articles