Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browsing Windows Phone 8 file system in the emulator

Is there a way to browse the file system of Windows Phone 8 running in the emulator, preferably while the emulator is running?

It would make debugging much easier if I could access the application local storage and its other private folders while the application is running: check the files that are present, modify them, add new ones etc. On more than one occasion this proved useful to me with Windows Store apps for Windows 8.

like image 285
Damir Arh Avatar asked Dec 23 '12 17:12

Damir Arh


2 Answers

Also, you can use built-in tool ISETool.exe (only command line):

How to use the Isolated Storage Explorer tool for Windows Phone

Best regards

like image 25
Spaso Lazarevic Avatar answered Sep 21 '22 15:09

Spaso Lazarevic


Just use the Windows Phone Power Tools integrated file browser.

like image 104
Pedro Lamas Avatar answered Sep 21 '22 15:09

Pedro Lamas