rsp
rsp

Reputation: 649

Can I debug UWP winrt libraries? Does Microsoft provide symbol files for those libraries?

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

enter image description here

Update 2: Symbols for Windows.UI.xaml.dll are not loaded

enter image description here

Upvotes: 0

Views: 239

Answers (0)

Related Questions