File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
| 名前 | 説明 | 対応バージョン |
8
8
| ------| ------| ----------------|
9
9
| [ ` breakpoint ` ] ( debugging/breakpoint.md ) | ブレークポイントを設置する (functional) | C++26 |
10
- | [ ` breakpoint_if_debugging ` ] ( debugging/breakpoint_if_debugging.md ) | デバッガ実行のみブレークポイントを設置する (functional) | C++26 |
10
+ | [ ` breakpoint_if_debugging ` ] ( debugging/breakpoint_if_debugging.md ) | デバッガ実行時のみブレークポイントを設置する (functional) | C++26 |
11
11
| [ ` is_debugger_present ` ] ( debugging/is_debugger_present.md ) | デバッガ実行中か判定する (functional) | C++26 |
12
12
13
13
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace std {
11
11
```
12
12
13
13
## 概要
14
- デバッガ実行のみブレークポイントを設置する 。
14
+ デバッガ実行時のみブレークポイントを設置する 。
15
15
16
16
この関数は条件付きブレークポイントであり、デバッガがプログラムを監視中であればプログラムを一時停止 (ブレーク) するが、そうでなければ何もしないよう動作する。
17
17
You can’t perform that action at this time.
0 commit comments