File tree Expand file tree Collapse file tree 4 files changed +156
-1818
lines changed Expand file tree Collapse file tree 4 files changed +156
-1818
lines changed Original file line number Diff line number Diff line change 28
28
< meta property ="og:url " content ="https://cpprefjp.github.io/reference/debugging.html " />
29
29
< meta property ="og:site_name " content ="cpprefjp - C++日本語リファレンス " />
30
30
< meta property ="og:type " content ="article " />
31
- < meta property ="og:description " content ="&lt;debugging&gt;debugging(C++26) &lt;debugging&gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行のみブレークポイントを設置する (f " />
31
+ < meta property ="og:description " content ="&lt;debugging&gt;debugging(C++26) &lt;debugging&gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行時のみブレークポイントを設置する ( " />
32
32
< meta name ="twitter:card " content ="summary " />
33
33
< meta name ="twitter:title " content ="debugging - cpprefjp C++日本語リファレンス " />
34
34
< meta name ="twitter:url " content ="https://cpprefjp.github.io/reference/debugging.html " />
35
- < meta name ="twitter:description " content ="&lt;debugging&gt;debugging(C++26) &lt;debugging&gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行のみブレークポイントを設置する (f " />
35
+ < meta name ="twitter:description " content ="&lt;debugging&gt;debugging(C++26) &lt;debugging&gt;ヘッダでは、プログラムのデバッグ実行をサポートする機能を提供する。 名前 説明 対応バージョン breakpoint ブレークポイントを設置する (functional) C++26 breakpoint_if_debugging デバッガ実行時のみブレークポイントを設置する ( " />
36
36
37
37
38
38
< link rel ="alternate " type ="application/atom+xml " title ="Atom " href ="https://cpprefjp.github.io/rss.xml " />
176
176
177
177
< p class ="text-right "> < small >
178
178
最終更新日時(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秒
181
181
</ span >
182
182
< br />
183
183
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
218
218
</ tr >
219
219
< tr >
220
220
< td > < code > < a href ="debugging/breakpoint_if_debugging.html "> breakpoint_if_debugging</ a > </ code > </ td >
221
- < td > デバッガ実行のみブレークポイントを設置する (functional)</ td >
221
+ < td > デバッガ実行時のみブレークポイントを設置する (functional)</ td >
222
222
< td > C++26</ td >
223
223
</ tr >
224
224
< tr >
Original file line number Diff line number Diff line change 28
28
< meta property ="og:url " content ="https://cpprefjp.github.io/reference/debugging/breakpoint_if_debugging.html " />
29
29
< meta property ="og:site_name " content ="cpprefjp - C++日本語リファレンス " />
30
30
< meta property ="og:type " content ="article " />
31
- < meta property ="og:description " content ="デバッガ実行のみブレークポイントを設置する 。 " />
31
+ < meta property ="og:description " content ="デバッガ実行時のみブレークポイントを設置する 。 " />
32
32
< meta name ="twitter:card " content ="summary " />
33
33
< meta name ="twitter:title " content ="breakpoint_if_debugging - cpprefjp C++日本語リファレンス " />
34
34
< 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 ="デバッガ実行時のみブレークポイントを設置する 。 " />
36
36
37
37
38
38
< link rel ="alternate " type ="application/atom+xml " title ="Atom " href ="https://cpprefjp.github.io/rss.xml " />
188
188
189
189
< p class ="text-right "> < small >
190
190
最終更新日時(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秒
193
193
</ span >
194
194
< br />
195
195
< span itemprop ="author " itemscope itemtype ="http://schema.org/Person ">
219
219
</ code > </ pre > </ div >
220
220
</ p >
221
221
< h2 > 概要</ h2 >
222
- < p > デバッガ実行のみブレークポイントを設置する 。</ p >
222
+ < p > デバッガ実行時のみブレークポイントを設置する 。</ p >
223
223
< p > この関数は条件付きブレークポイントであり、デバッガがプログラムを監視中であればプログラムを一時停止 (ブレーク) するが、そうでなければ何もしないよう動作する。</ p >
224
224
< h2 > 効果</ h2 >
225
225
< p > 以下と等価:</ p >
You can’t perform that action at this time.
0 commit comments