Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.6 KB

CONTRIBUTING.md

File metadata and controls

28 lines (20 loc) · 1.6 KB

Contributing to BuildVision

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

  • Try to stick to the existing coding style (some styles are defined in StyleCop settings).
  • Give a short description in the pull request what you're doing and why.
  • When you send a pull request, please send it to the devel branch.

Building and debugging

  1. Install Visual Studio SDK (download SDK for VS2013)
  2. Open Solution → Project Properties → Debug:
    • In "Start Action" choose "Start external program" and specify a path to the devenv.exe (eg for VS2013: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe).
    • In "Start Options" specify the following command line arguments: /rootsuffix Exp /log.
      • /rootsuffix Exp to start experimental instance of Visual Studio.
      • /log to enable BuildVision logging into ActivityLog.xml.

Logging

Most of the errors in BuildVision, and also some warnings and messages are logged.

  • For DEBUG mode:
  • For RELEASE mode:

If Visual Studio has been crashed, you can also see the Windows Event Log (Win+R, eventvwr /c:Application).