Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
remove empty indent
  • Loading branch information
srxqds authored Nov 30, 2021
commit 07117d64edde4349157b51e517e0cd47b1105333
2 changes: 1 addition & 1 deletion src/mono/mono/component/debugger-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -10142,7 +10142,7 @@ debugger_thread (void *arg)

internal->state |= ThreadState_Background;
internal->flags |= MONO_THREAD_FLAG_DONT_MANAGE;

if (agent_config.defer) {
if (!wait_for_attach ()) {
PRINT_DEBUG_MSG (1, "[dbg] Can't attach, aborting debugger thread.\n");
Expand Down