Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
backport 79822
  • Loading branch information
thaystg authored Jan 13, 2023
commit 1f52efb8da77b7be280c600da18686f63eb66306
3 changes: 2 additions & 1 deletion src/mono/mono/component/debugger-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ stub_debugger_end_exception_filter (MonoException *exc, MonoContext *ctx, MonoCo
static void
stub_debugger_user_break (void)
{
G_BREAKPOINT ();
if (get_mini_debug_options ()->native_debugger_break)
G_BREAKPOINT ();
}

static void
Expand Down