mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
0a4ee422c1
This behavior was removed when we switched to libuv in CMake 3.11. After backporting new changes from libuv v2, we can restore the behavior. Fixes: #20115
8 lines
299 B
ReStructuredText
8 lines
299 B
ReStructuredText
ctest-crash-handling
|
|
--------------------
|
|
|
|
* The :option:`ctest --interactive-debug-mode` option on Windows
|
|
now enables Windows Error Reporting by default in test processes,
|
|
allowing them to creating debug popup windows and core dumps.
|
|
This restores behavior previously removed by CMake 3.11.
|