1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>wait_for_debugger</title> 5<link rel="stylesheet" href="../../../boostbook.css" type="text/css"> 6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 7<link rel="home" href="../../../index.html" title="Boost.Test"> 8<link rel="up" href="../rt_param_reference.html" title="Runtime parameters reference"> 9<link rel="prev" href="usage.html" title="usage"> 10<link rel="next" href="../link_references.html" title="Build scenarios and behaviors"> 11</head> 12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 13<table cellpadding="2" width="100%"><tr> 14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td> 15<td align="center"><a href="../../../../../../../index.html">Home</a></td> 16<td align="center"><a href="../../../../../../../libs/libraries.htm">Libraries</a></td> 17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 19<td align="center"><a href="../../../../../../../more/index.htm">More</a></td> 20</tr></table> 21<hr> 22<div class="spirit-nav"> 23<a accesskey="p" href="usage.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../link_references.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 24</div> 25<div class="section"> 26<div class="titlepage"><div><div><h4 class="title"> 27<a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger"></a><a class="link" href="wait_for_debugger.html" title="wait_for_debugger"><code class="computeroutput"><span class="identifier">wait_for_debugger</span></code></a> 28</h4></div></div></div> 29<p> 30 Option <span class="emphasis"><em>wait_for_debugger</em></span> instructs the <span class="emphasis"><em>Unit 31 Test Framework</em></span> to pause before starting test units execution, 32 so that you can attach a debugger to running test module. By default this 33 parameters turned off. 34 </p> 35<h5> 36<a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.h0"></a> 37 <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.acceptable_values"></a></span><a class="link" href="wait_for_debugger.html#boost_test.utf_reference.rt_param_reference.wait_for_debugger.acceptable_values">Acceptable 38 values</a> 39 </h5> 40<p> 41 <a class="link" href="../rt_param_reference.html#boolean_param_value">Boolean</a> with default value 42 <span class="bold"><strong>no</strong></span>. 43 </p> 44<h5> 45<a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.h1"></a> 46 <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.command_line_syntax"></a></span><a class="link" href="wait_for_debugger.html#boost_test.utf_reference.rt_param_reference.wait_for_debugger.command_line_syntax">Command 47 line syntax</a> 48 </h5> 49<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 50<li class="listitem"> 51 <code class="computeroutput"><span class="special">--</span><span class="identifier">wait_for_debugger</span><span class="special">[=<</span><span class="identifier">boolean</span> 52 <span class="identifier">value</span><span class="special">>]</span></code> 53 </li> 54<li class="listitem"> 55 <code class="computeroutput"><span class="special">-</span><span class="identifier">w</span> 56 <span class="special">[<</span><span class="identifier">boolean</span> 57 <span class="identifier">value</span><span class="special">>]</span></code> 58 </li> 59</ul></div> 60<h5> 61<a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.h2"></a> 62 <span class="phrase"><a name="boost_test.utf_reference.rt_param_reference.wait_for_debugger.environment_variable"></a></span><a class="link" href="wait_for_debugger.html#boost_test.utf_reference.rt_param_reference.wait_for_debugger.environment_variable">Environment 63 variable</a> 64 </h5> 65<pre class="programlisting"><span class="identifier">BOOST_TEST_WAIT_FOR_DEBUGGER</span> 66</pre> 67</div> 68<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 69<td align="left"></td> 70<td align="right"><div class="copyright-footer">Copyright © 2001-2020 Boost.Test contributors<p> 71 Distributed under the Boost Software License, Version 1.0. (See accompanying 72 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 73 </p> 74</div></td> 75</tr></table> 76<hr> 77<div class="spirit-nav"> 78<a accesskey="p" href="usage.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../rt_param_reference.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../link_references.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a> 79</div> 80</body> 81</html> 82