xaml - Visual Diagnostic is either disabled or is not supported by the current application -
with vs 2015 enterprise following message on solution while debugging: xaml visual diagnostic either disabled or not supported current application
tools - options - debugging - general:
- enable ui debugging tools xaml enabled
- preview selected elements in live visual tree enabled
i have tried:
- vs restart
- clean solution / rebuild
- fresh checkout
curious: if start solution without debugging , attach debugger process, works ...
update: if select "enable native code debugging" in project settings - debug, works !
i needed additional debugging option disabled in order tools work projects:
tools - options - debugging - general:
- use managed compatibility mode --> disabled
Comments
Post a Comment