I am trying to debug WinStore.
I am following all the steps as defined in "attach the debugger to a Windows Store app" (http://msdn.microsoft.com/en-us/library/windows/apps/hh771032(v=vs.110).aspx)
and it works fine for all the application (news, photo, etc.)
when I try to do the same for WinStore app it doesn't work.
in the powershell dubbagle Manager I get the following error: Specified App Package FullName does not exist
please refer below for all the command I issued.
I also notice that the Store app is not listed in the Visual Studio -> Debug -> Debug Installed Apps Package -> Installed App Packages
Any help is much appreciated.
PS C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\App
x> Get-AppxPackage | Where-Object {$_.Name -like "*store*" }
Name : WinStore
Publisher : CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond,
S=Washington, C=US
Architecture : Neutral
ResourceId : neutral
Version : 1.0.0.0
PackageFullName : WinStore_1.0.0.0_neutral_neutral_cw5n1h2txyewy
InstallLocation : C:\Windows\WinStore
IsFramework : False
PackageFamilyName : WinStore_cw5n1h2txyewy
PublisherId : cw5n1h2txyewy
PS C:\Program Files\Microsoft Visual Studio 11.0\Common7\IDE\Remote Debugger\App
x> Enable-AppxDebug WinStore_1.0.0.0_neutral_neutral_cw5n1h2txyewy
Enable-AppxDebug : Specified App Package FullName does not exist.
At line:1 char:1
+ Enable-AppxDebug WinStore_1.0.0.0_neutral_neutral_cw5n1h2txyewy
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Visua...ppxDebugCom
mand:EnableAppxDebugCommand) [Enable-AppxDebug], Exception
+ FullyQualifiedErrorId : Specified App Package FullName does not exist.,M
icrosoft.VisualStudio.Debugger.AppxDebug.PowerShell.EnableAppxDebugCommand