Debugging Bitcoin Unit Tests

I am running the unit tests from bitcoin source using make check, and would like to debug the tests using LogPrint in the bitcoin source files. I read in the Test Docs that logs are only output to test_framework.log, but I’m unable to locate this file. Where should I be able to find it? Or perhaps there is a better approach?

Continue reading Debugging Bitcoin Unit Tests