How can I git-bisect when I compile with Visual Studio?

98 views Asked by At

I'd like to git-bisect a somewhat large project (20 min compilation time). I've written a test that identifies the bug. If I compiled using make and make test, I'd simply git-bisect the old-fashioned way and checking if the test succeeds or fails.

How can I use git-bisect when the project is loaded into Visual Studio? Is there some file caching/reloading that I have to worry about, or can I simply keep git-bisect in an open shell and Visual Studio 2019 in another?

0

There are 0 answers