Skip to content

Commit a3e337c

Browse files
author
cpprefjp-autoupdate
committed
update automatically
1 parent 6233e27 commit a3e337c

File tree

4 files changed

+156
-1818
lines changed

4 files changed

+156
-1818
lines changed

reference/debugging.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/debugging.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="&amp;lt;debugging&amp;gt;debugging(C++26) &amp;lt;debugging&amp;gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行のみブレークポイントを設置する (f" />
31+
<meta property="og:description" content="&amp;lt;debugging&amp;gt;debugging(C++26) &amp;lt;debugging&amp;gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行時のみブレークポイントを設置する (" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="debugging - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/debugging.html" />
35-
<meta name="twitter:description" content="&amp;lt;debugging&amp;gt;debugging(C++26) &amp;lt;debugging&amp;gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行のみブレークポイントを設置する (f" />
35+
<meta name="twitter:description" content="&amp;lt;debugging&amp;gt;debugging(C++26) &amp;lt;debugging&amp;gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行時のみブレークポイントを設置する (" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -176,8 +176,8 @@
176176

177177
<p class="text-right"><small>
178178
最終更新日時(UTC):
179-
<span itemprop="datePublished" content="2024-09-18T04:33:23">
180-
2024年09月18日 04時33分23秒
179+
<span itemprop="datePublished" content="2024-09-18T09:15:54">
180+
2024年09月18日 09時15分54秒
181181
</span>
182182
<br/>
183183
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -218,7 +218,7 @@
218218
</tr>
219219
<tr>
220220
<td><code><a href="debugging/breakpoint_if_debugging.html">breakpoint_if_debugging</a></code></td>
221-
<td>デバッガ実行のみブレークポイントを設置する (functional)</td>
221+
<td>デバッガ実行時のみブレークポイントを設置する (functional)</td>
222222
<td>C++26</td>
223223
</tr>
224224
<tr>

reference/debugging/breakpoint_if_debugging.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
<meta property="og:url" content="https://cpprefjp.github.io/reference/debugging/breakpoint_if_debugging.html" />
2929
<meta property="og:site_name" content="cpprefjp - C++日本語リファレンス" />
3030
<meta property="og:type" content="article" />
31-
<meta property="og:description" content="デバッガ実行のみブレークポイントを設置する" />
31+
<meta property="og:description" content="デバッガ実行時のみブレークポイントを設置する" />
3232
<meta name="twitter:card" content="summary" />
3333
<meta name="twitter:title" content="breakpoint_if_debugging - cpprefjp C++日本語リファレンス" />
3434
<meta name="twitter:url" content="https://cpprefjp.github.io/reference/debugging/breakpoint_if_debugging.html" />
35-
<meta name="twitter:description" content="デバッガ実行のみブレークポイントを設置する" />
35+
<meta name="twitter:description" content="デバッガ実行時のみブレークポイントを設置する" />
3636

3737

3838
<link rel="alternate" type="application/atom+xml" title="Atom" href="https://cpprefjp.github.io/rss.xml" />
@@ -188,8 +188,8 @@
188188

189189
<p class="text-right"><small>
190190
最終更新日時(UTC):
191-
<span itemprop="datePublished" content="2024-09-18T04:13:25">
192-
2024年09月18日 04時13分25秒
191+
<span itemprop="datePublished" content="2024-09-18T09:15:54">
192+
2024年09月18日 09時15分54秒
193193
</span>
194194
<br/>
195195
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
@@ -219,7 +219,7 @@
219219
</code></pre></div>
220220
</p>
221221
<h2>概要</h2>
222-
<p>デバッガ実行のみブレークポイントを設置する</p>
222+
<p>デバッガ実行時のみブレークポイントを設置する</p>
223223
<p>この関数は条件付きブレークポイントであり、デバッガがプログラムを監視中であればプログラムを一時停止 (ブレーク) するが、そうでなければ何もしないよう動作する。</p>
224224
<h2>効果</h2>
225225
<p>以下と等価:</p>

0 commit comments

Comments
 (0)