Debug embedded razor views

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on
Hello.

I am using MvcCodeRouting with embedded Razor views in separate DLLs. Everything works fine, but I can't debug them - if I place a breakpoint in the view Visual Studio doesn't stops.

Is there a way to get this work?
Commented on link
I don't think so. If you are using embedded views only for a better project organization, then instead of embedding you can copy the views to the host app in the post build event.