Set up a development environment and debug - acrotron-spezvuz/auralization-proto GitHub Wiki

Requirements

At least Visual Studio 2017 Community Edition configured for C++ and Web development:

  • Desktop development with C++ (red arrow, left side of the image below)
  • ASP.Net web development (red arrow, left side of the image below)

All required components are checked for both C++ and Web development (right side of the image below).
Make sure the C++\CLI component is checked. Installed Components

Debug

  1. In Solution Explorer, select the solution (the top node).
  2. Choose the solution node's context (right-click) menu and then choose Properties. The Solution Property Pages dialog box appears.
  3. Expand the Common Properties node, and choose Startup Project.
  4. Choose the Multiple Startup Projects option and set the appropriate actions. Properties

Set breakpoints in the code anywhere you want. Click Start and debug.