Reputation: 649
I am running into problems while developing a UWP app. So I was wondering if Windows provides symbol files for winrt components. Particularly I am looking to step into the function LoadComponentWithResourceLocation (https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.application.loadcomponent?view=winrt-22000) Can you point me how to load these symbols if that is even possible? Thanks
Update: Following is the dialog which pops up when trying to load Windows.UI.xaml.dll symbol files
Update 2: Symbols for Windows.UI.xaml.dll are not loaded
Upvotes: 0
Views: 239