We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4346b7 commit 964d94aCopy full SHA for 964d94a
reference/debugging.md
@@ -25,7 +25,7 @@
25
| Portable Snippetsライブラリ | `psnip_trap()`関数 (無条件ブレークポイント) |
26
| Debug Breakライブラリ | `debug_break()`関数 (無条件ブレークポイント) |
27
| Boost.Testライブラリ | `debugger_break()`関数 (無条件ブレークポイント)<br/> `under_debugger()`関数 (出張っg実行中か判定) |
28
-| EASTLライブラリ | `EASTL_DEBUG_BREAK()`マクロ (無条件ブレークポイント)、 |
+| EASTLライブラリ | `EASTL_DEBUG_BREAK()`マクロ (無条件ブレークポイント) |
29
| Catch2ライブラリ | `CATCH_TRAP`マクロ (無条件ブレークポイント)<br/> `CATCH_BREAK_INTO_DEBUGGER`マクロ (条件付きブレークポイント)<br/> `isDebuggerActive()`関数 (デバッガ実行中か判定) |
30
| JUCEライブラリ | `JUCE_BREAK_IN_DEBUGGER`マクロ (無条件ブレークポイント)<br/> `juce_isRunningUnderDebugger()`関数、`Process::isRunningUnderDebugger()`関数 (デバッガ実行中か判定) |
31
| ImGuiライブラリ | `IM_DEBUG_BREAK()`マクロ (無条件ブレークポイント) |
0 commit comments