Skip to content

Commit

Permalink
breakpoint for #782
Browse files Browse the repository at this point in the history
  • Loading branch information
erincatto committed Aug 31, 2024
1 parent b511f67 commit 67d2306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@

#if defined( B2_COMPILER_MSVC )
#define B2_BREAKPOINT __debugbreak()
#elif defined( B2_PLATFORM_ANDROID )
#define B2_BREAKPOINT __builtin_trap()
#elif defined( B2_PLATFORM_WASM )
#define B2_BREAKPOINT \
do \
Expand Down

0 comments on commit 67d2306

Please sign in to comment.