== Setting it up ==
Since XAML content is rendered at runtime, there's no need to have the original code available in order to use those tools. Just follow the guidelines steps below for set upto enable the tools:
# Launch the {{UBIK}} App# Open Visual Studio 2015 and create a new, blank projector use an existing XAML Test Project you already have## * For debugging UBIK WinX (Versions < 3) create a blank Windows 8.1 App project ## * For debugging UBIK UWP (Version 3 and above) create a blank Windows Universal project
# Go to the menu Debug -> Attach to process...
# Scroll the list and find the process named ''UBIK.UWP.exe'' or ''UBIK.WinX.exe''
Visual Studio now launches your blank App and attaches the debugger to the {{UBIK App}}. As a side effect, it will enable the UI debugging tools in the running {{UBIK}} App and you can instantly use them to debug the UBIK UI and your XAML templates.
[[Category:XAML]]