Ask Your Question
2

What is the solution to the issue of Xdebug 2 breakpoint not working in PHP 7?

asked 2023-05-07 14:07:24 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-07 14:14:02 +0000

djk gravatar image

There are a few potential solutions to this issue:

  1. Update Xdebug to the latest version: Ensure that you have the latest version of Xdebug installed. At the time of writing this, the latest version of Xdebug is 3.1.1.

  2. Check your PHP version: Make sure that your version of PHP is compatible with Xdebug 2. For example, Xdebug 2 is not compatible with PHP 7.2 or later. If you are using PHP 7.2 or later, you will need to upgrade to Xdebug 3.

  3. Check the Xdebug configuration: Ensure that your Xdebug configuration is set up correctly. This includes verifying that the remoteenable and remoteautostart settings are set correctly, as well as any other necessary settings.

  4. Check your IDE settings: Ensure that your IDE is configured to work with Xdebug. This may involve configuring a remote debugging connection or setting up a debugging profile.

  5. Debug using other tools: If all else fails, consider using alternative debugging tools, such as Zend Debugger or PHPDBG, which may be more compatible with your PHP version.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-07 14:07:24 +0000

Seen: 8 times

Last updated: May 07 '23