Visual Studio projects have separate release and debug configurations for your program. As the names imply, you build the debug version for debugging and the release version for the final release ...
#customer intent: As a developer, I want to debug C++ and Python code at the same time in Visual Studio so that I can step between the environments, view shared values, and evaluate expressions. # ...