Debugging x64 Unit Tests in Visual Studio
I am having difficulty debugging C++ x64 unit tests in Visual Studio 2012/13.
My unit test project builds perfectly, for both Win32 and x64, but when
debugging a test the symbols are loaded but the breakpoints set are
skipped completely and the program never pauses, much like what happens if
you just run the test.
If I build the unit test project for Win32, the breakpoints are hit and I
can debug as usual.
Are there any special settings for debugging unit tests in x64? The
properties were copied from the default Win32 settings for the project,
and all win32-specific options were removed. Is this the correct idea for
configuring a unit test project?
No comments:
Post a Comment