forked from blackberry/VSPlugin
-
Notifications
You must be signed in to change notification settings - Fork 3
Target Navigator
Paweł Hofman edited this page Jan 10, 2015
·
2 revisions
#Overview
Additional feature provided by the plugin is the ability to manipulate the files on the target device directly within the Visual Studio. To launch the tool, simply click on the Target Navigator menu.

This should open a window similar to this one:

#Features
TargetNavigator window is able to:
- list known devices and simulators (this list is in sync with any other list in Visual Studio)
- connect/disconnect with any of them (even if Momentics is running in background and already connected)
- list running processes (with properties like: process-identifier, path to executable, launch arguments and environment variables)
- kill selected process
- start/stop console log capturing for selected process
- list and navigate over files and folders
- create/rename/delete files and folders
- copy files and folders to/from the device
- create compressed (zipped) copies of files and folders from the target device on the fly
- preview files on selection at runtime (if they are image or test and mostly small)