I have developer machine with Visual Studio 2015 on Windows 10 Desctop and build UWP application (custom Unit Tests) in debug mode. I want to run debugged version of my UnitTests so try to start my Appx from python script (or just cmd.exe), but see only:
C:\Users\l_chayka\job_builds\unit_tests_win10\Debug>UnitTests.exe
The system cannot execute the specified program.
If I start Appx from Visual Stidio all works good, what should I do to make debugged version of UWP application start from terminal? Thanks in advance.