How to debug into the source code ? #10959
-
I used the latest WPF source code and executed the following command: My question is: how can I set breakpoints and step into the WPF source code during debugging? When I try to open the WPF project in Visual Studio, I encounter many errors, most of which seem to come from the ApiCompat.targets file. For example: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
#5215 |
Beta Was this translation helpful? Give feedback.
-
Have you seen https://github.com/dotnet/wpf/blob/main/Documentation/developer-guide.md? |
Beta Was this translation helpful? Give feedback.
Have you seen https://github.com/dotnet/wpf/blob/main/Documentation/developer-guide.md?