Regarding UWP with Desktop Extension project sample from Sefan's blog:
When I run the "Package project in debug mode, I can set the break point in UWP app code. But, break point in .NET Framework (WinForm app) does NOT work. If I detach and attach again the process, debug break point starts work.
Why does it happen? How can I fix this?