Re: [CMake] Tracing ctest crash on windows

2017-01-09 Thread Stuermer, Michael SP/HZA-ZSEP
est adapter, opening the CTestTestfile.cmake is just not possible from within Visual Studio. Michael From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Aaron Boxer Sent: Thursday, January 05, 2017 9:17 PM To: Bill Hoffman Cc: cmake Subject: Re: [CMake] Tracing ctest crash on windows Thanks, Bi

Re: [CMake] Tracing ctest crash on windows

2017-01-05 Thread Aaron Boxer
Thanks, Bill and Jakob. I did what you suggested and found the problem Aaron On Thu, Jan 5, 2017 at 11:51 AM, Bill Hoffman wrote: > On 1/5/2017 9:32 AM, Jakob van Bethlehem wrote: > >> >> CTest is not some magical tool that internally runs your test or >> something

Re: [CMake] Tracing ctest crash on windows

2017-01-05 Thread Bill Hoffman
On 1/5/2017 9:32 AM, Jakob van Bethlehem wrote: CTest is not some magical tool that internally runs your test or something like that - instead CTest just fires up your test executable and does clever things with the output. In the same way you can just set your test project as startup-project,

Re: [CMake] Tracing ctest crash on windows

2017-01-05 Thread Jakob van Bethlehem
Hej, CTest is not some magical tool that internally runs your test or something like that - instead CTest just fires up your test executable and does clever things with the output. In the same way you can just set your test project as startup-project, and debug it like any other executable.

[CMake] Tracing ctest crash on windows

2017-01-04 Thread Aaron Boxer
Hello, I am on windows, with visual studio 2015. Some of my ctest tests are crashing with exception. Is there a way of debugging these tests ? When I run in debug mode, I get an exception dialog, but can't drop into debugging environment. Thanks, Aaron -- Powered by www.kitware.com Please