UI & Code debugging #260
N-E-W-T-O-N
started this conversation in
General
Replies: 1 comment 1 reply
-
|
If you are referring to the application's own UI, you can simply press F12 in the application window while running in Debug mode to open the DevTools. This is a built-in feature of Avalonia, and it's what I typically use for UI debugging. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Quick question for everyone:
How do you usually debug UI issues here? Do you use the Visual Studio/Rider debugger along with visual_tree_debugger.html to inspect buttons and view information, or is there a preferred workflow?
Beta Was this translation helpful? Give feedback.
All reactions