Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Raclamusi committed Sep 19, 2024
1 parent dd8477c commit d9d9c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| arm Keil, ARM Compiler | `__breakpoint()`関数 (無条件ブレークポイント) |
| Portable Snippetsライブラリ | `psnip_trap()`関数 (無条件ブレークポイント) |
| Debug Breakライブラリ | `debug_break()`関数 (無条件ブレークポイント) |
| Boost.Testライブラリ | `debugger_break()`関数 (無条件ブレークポイント)<br/> `under_debugger()`関数 (出張っg実行中か判定) |
| Boost.Testライブラリ | `debugger_break()`関数 (無条件ブレークポイント)<br/> `under_debugger()`関数 (デバッガ実行中か判定) |
| EASTLライブラリ | `EASTL_DEBUG_BREAK()`マクロ (無条件ブレークポイント) |
| Catch2ライブラリ | `CATCH_TRAP`マクロ (無条件ブレークポイント)<br/> `CATCH_BREAK_INTO_DEBUGGER`マクロ (条件付きブレークポイント)<br/> `isDebuggerActive()`関数 (デバッガ実行中か判定) |
| JUCEライブラリ | `JUCE_BREAK_IN_DEBUGGER`マクロ (無条件ブレークポイント)<br/> `juce_isRunningUnderDebugger()`関数、`Process::isRunningUnderDebugger()`関数 (デバッガ実行中か判定) |
Expand Down

0 comments on commit d9d9c67

Please sign in to comment.