<div dir="ltr"><div>Thanks, Bill and Jakob.  I did what you suggested and found the problem<br></div>Aaron<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 5, 2017 at 11:51 AM, Bill Hoffman <span dir="ltr"><<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 1/5/2017 9:32 AM, Jakob van Bethlehem wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
<br>
CTest is not some magical tool that internally runs your test or<br>
something like that - instead CTest just fires up your test executable<br>
and does clever things with the output. In the same way you can just set<br>
your test project as startup-project, and debug it like any other<br>
executable.<br>
<br>
Sincerely,<br>
Jakob<br>
<br>
On Wed, Jan 4, 2017 at 2:43 PM, Aaron Boxer <<a href="mailto:boxerab@gmail.com" target="_blank">boxerab@gmail.com</a><br></span><span class="">
<mailto:<a href="mailto:boxerab@gmail.com" target="_blank">boxerab@gmail.com</a>>> wrote:<br>
<br>
    Hello,<br>
    I am on windows, with visual studio 2015.<br>
    Some of my ctest tests are crashing with exception.<br>
    Is there a way of debugging these tests ?<br>
<br>
    When I run in debug mode, I get an exception dialog,<br>
    but can't drop into debugging environment.<br>
</span></blockquote>
If you run ctest -VV it will show the full command line.  Best way is to just run the same command in the debugger.<span class="HOEnZb"><font color="#888888"><br>
<br>
-Bill</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" rel="noreferrer" target="_blank">http://www.cmake.org/Wiki/CMak<wbr>e_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/su<wbr>pport.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/co<wbr>nsulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" rel="noreferrer" target="_blank">http://cmake.org/cmake/help/tr<wbr>aining.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>