Skip to content

Commit

Permalink
Merged pull request xdebug#970
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Aug 7, 2024
2 parents 0cf0b99 + 523cdfc commit 4798387
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/debugger/debugger.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ void xdebug_debugger_statement_call(zend_string *filename, int lineno)
if (XG_DBG(context).do_connect_to_client) {
XG_DBG(context).do_connect_to_client = 0;

if (!xdebug_is_debug_connection_active()) {
xdebug_debug_init_if_requested_on_xdebug_break();
}
xdebug_debug_init_if_requested_on_xdebug_break();
}

if (!xdebug_is_debug_connection_active()) {
Expand Down

0 comments on commit 4798387

Please sign in to comment.