Kyra
Kyra

Reputation: 5407

Is there a way to change your location when debugging on Visual Studio 2015?

I am currently testing an application on Visual Studio 2015 and only have access to testing it on my local machine. The application is testing location specific data and I want more data. Is there a way to move where your machine thinks it is, while running an application, so I can get the proper data?

Upvotes: 3

Views: 193

Answers (1)

chue x
chue x

Reputation: 18823

I haven't done it myself, but if you debug with the simulator you can change your location.

Visual Studio debug simulator option

Inside the simulator, click the globe icon on the right:

Set Location in Simulator

Upvotes: 1

Related Questions