Skip to content

Commit

Permalink
Merge branch 'xdebug_3_3'
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Aug 7, 2024
2 parents 62f5a20 + 4798387 commit c40edc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/debugger/debugger.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ 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_connect_to_client();
}
xdebug_debug_init_if_requested_on_connect_to_client();

xdebug_debug_init_if_requested_on_xdebug_break();
}

if (!xdebug_is_debug_connection_active()) {
Expand Down

0 comments on commit c40edc0

Please sign in to comment.