GoogleTest Results Not Displaying in Debug Mode
Ever since upgrading to CLion 2016.3.2, I haven't been able to see any test results in the Debug panel under the Console tab. It merely says "No tests were found" where the tree of test results should be, and in the console text itself, it says "Empty test suite."
Note, the test results show perfectly fine when using Run. The results are missing only when using Debug.
The tests themselves appear to be running without any trouble. I can even put a breakpoint in one of the tests, and I'm able to step through the lines as they execute, no problem. When launched from the command line, I can watch the tests pass / fail just as expected, so the problem isn't GoogleTest.
Is anyone else seeing this behavior?
请先登录再写评论。
Hi,
I am experiencing the same issue. Is there a known work around ?
Just to clarify my system:
- Windows 10 with MinGW 3.22
- CMake 3.6.3 (bundled)
- GDB 7.11.1
Hi,
No workaround yet, seems that Jetbrains is (or will) working on this issue : https://youtrack.jetbrains.com/issue/CPP-10054
They've marked it as a 3rd Party Problem. That doesn't bode well. :(