Skip to content

use python_d.exe to run tests in debug builds on multi-config generators like MS Visual Studio

m.puchner requested to merge PythonDebugForVS into main

In DEBUG builds: Since the built BA libraries are linked to python_d.lib, also the python_d.exe has to be used to start tests. Otherwise a crash happens when starting the tests. In single-config generators this is done correctly, but in multi-config generators both debug and release executables have to be defined simultaneously.

Merge request reports

Loading