You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing IDE integration, and I want my IDE to be able to debug the test binaries - for which the IDE has to launch those programs itself, it shouldn't use cargo test. However (unlike --binfor example) neither build --test nor test --no-run produce a deterministic filename, but something random like test1-748b2ca97d589628.exe.
The text was updated successfully, but these errors were encountered:
I'm doing IDE integration, and I want my IDE to be able to debug the test binaries - for which the IDE has to launch those programs itself, it shouldn't use
cargo test
. However (unlike--bin
for example) neitherbuild --test
nortest --no-run
produce a deterministic filename, but something random liketest1-748b2ca97d589628.exe
.The text was updated successfully, but these errors were encountered: