Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug XAML in Visual studio 2015. Where is Live Visual Tree and Live Properties

I downloaded the new Visual Studio 2015 CTP6 to test the new XAML debugging features - but I can't find them? I've read that those windows should open right after starting the debugging but they do not appear - anyone know what I'm doing wrong?

like image 345
Th1sD0t Avatar asked Feb 27 '15 10:02

Th1sD0t


1 Answers

Debug –> Windows –> Live Visual Tree | Live Property Explorer

enter image description here

In any case you cannot see them, check options.

enter image description here

See here for more details on Inspect XAML properties while debugging property.

like image 90
CharithJ Avatar answered Oct 24 '22 19:10

CharithJ