Troubleshooting XAML Errors #7368
Unanswered
LadderLogic
asked this question in
Q&A
Replies: 1 comment
-
Unhelpful runtime exception errors is definitely a pain point we're aware of, and something we've started working on. @Scottj1s, does this look like something that falls under what you're doing, or is it a different category? (If so, internally tracked as https://task.ms/39696500) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are looking for a way to troubleshoot XAML Exceptions that happen at runtime, beyond just the binding failures. At the moment a fatal COM exception is thrown with very little information such as "Invalid value to unknown to Property Opacity" but there is no way to tell where this error is coming from or which object this belongs to.
Is there any tooling or trick to improve the verbosity of the exceptions for troubleshooting purposes?
Beta Was this translation helpful? Give feedback.
All reactions