Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS integration development documentation needed #13309

Open
vasily-kirichenko opened this issue Jan 17, 2016 · 1 comment
Open

VS integration development documentation needed #13309

vasily-kirichenko opened this issue Jan 17, 2016 · 1 comment

Comments

@vasily-kirichenko
Copy link
Contributor

It would be great to create a small documentation about building and debugging VS integration, like:

  • What VS versions and/or Win SDKs must be installed, depending on Windows version perhaps
  • What build scripts must be run and in what sequence
  • What VS version is suitable to load the solution (I tried VS 2015 and failed. A guy on the gitter said that only VS 2010 can be used)
  • How to install/replace the integration - run the VSIX or MSI (but there is no MSI for Debug build). Something else?
  • How to register dlls and exes in GAC
  • Must ngen be run
  • How to register *.targets?
  • How to debug the integration - just launch devenv /prefix Exp or something else?

See also #13307

@VladD2
Copy link
Member

VladD2 commented Nov 29, 2016

https://github.com/rsdn/nemerle/wiki/Nemerle-build-process-(for-Nemerle-developers)

How to debug the integration - just launch devenv /prefix Exp or something else?

Yes.

C:!\VS\VS2015\Common7\IDE\devenv.exe /rootsuffix Exp
and attach the debuger to this instance of VS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants