This repository was archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Nehashri edited this page Feb 25, 2019
·
3 revisions
Welcome to the gauge-visualstudio wiki!
From the commandline run,
.\.paket\paket.bootstrapper.exe
.\.paket\paket.exe install
- Ensure that
Visual Studio extension development
is installed while installing Visual Studio. You can include it later on, refer this. - set
Gauge.VisualStudio
as startup project - In solution explorer, goto :
Gauge.VisualStudio > Properties > Debug
- Set
Start external Program
toC:\Program Files (x86)\Microsoft Visual Studio<version>\Community\Common7\IDE\devenv.exe
- Set command line arguments to
/rootsuffix Exp
- Set
- Now hit
F5
. This should start up a new Visual Studio instance in debug mode.
Note: If you have a different version of Visual Studio installed than the one the plugin supports, debugging will not work correctly. In this case, you need to make the plugin support the same version of Visual Studio installed on your machine.