Home >Backend Development >PHP Tutorial >The progress bar of XDebug stops at 57%, prompting the solution to the waiting for XDebug session error_PHP tutorial

The progress bar of XDebug stops at 57%, prompting the solution to the waiting for XDebug session error_PHP tutorial

WBOY
WBOYOriginal
2016-07-13 10:30:511350browse

I found a problem when using XDebug today. When using XDebug in Eclipse, the progress bar of XDebug will always stop at 57%, and it will prompt "waiting for XDebug session". After constant investigation, the problem was finally solved. I will record how to solve this problem below. After all, it took me most of a day to solve this bird problem.

The main reason for this error is browser and port issues.

Solution:

1. Use internal browser:

XDebug的进度条停在57%,提示waiting for XDebug session错误的解决办法

2. Eclipse’s XDebug port must be consistent with the port in php.ini

XDebug的进度条停在57%,提示waiting for XDebug session错误的解决办法

XDebug的进度条停在57%,提示waiting for XDebug session错误的解决办法

3. If you open it and find that the file cannot be found, it may be that you have not configured the URL and it has become a secondary directory

XDebug的进度条停在57%,提示waiting for XDebug session错误的解决办法

OK, after the above operations, your problem should be solved. If you have other problems, please leave a comment below.

Articles you may be interested in

  • php prompt PHP Warning: date(): It is not safe to rely on the... Error solution
  • php prompts Call to undefined function curl_init() error solution
  • How to solve the problem of Call to undefined function curl_init error when running php
  • php prompts Maximum execution time of 30 seconds exceeded ...Error solution
  • phpMyAdmin Cannot start session without errorsError solution
  • DedeCMS error solution prompting DedeTag Engine Create File False
  • PHP reports Fatal error Allowed memory size of...How to solve the error of insufficient memory
  • Firefox prompts event is not defined error solution

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/764183.htmlTechArticleI found a problem when using XDebug today. When using XDebug in Eclipse, the progress bar of XDebug will keep stopping. At 57%, it also prompts "waiting for XDebug session". Passed through constant queues...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn