I needed to debug another process. If in the past he connected to Blend.exe for Windows Store applications, this did not work.
After using Proc Explorer from sysinternals, I managed to find my dlls. This showed that they were loaded by a process called xdesproc.exe.
The process was specified in Visual Studio "Attach to Process" as x86 without managed code. When I put in a lot of something.
Then I changed the “Attach to:” settings from “Automatic” to explicitly say “Debug” these types of “Managed (v4.5, v4.0)” code.
. !