Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I install xdebug? #76

Open
SanjayRathod7 opened this issue Aug 17, 2013 · 0 comments
Open

How can I install xdebug? #76

SanjayRathod7 opened this issue Aug 17, 2013 · 0 comments

Comments

@SanjayRathod7
Copy link

Hi guys...
I want to install xdebug for profiling and debugging php application. But something i miss so that phpinfo file not shows xdebug.some basic info about my php confihuration
PHP Version 5.4.7
Apache 2.4

what steps i have followed: i have download latest version of xdebug.dll and move this file to the folder C:\xampp\php\ext
now i have edit php.ini file add below code to it

[XDebug]
zend_extension = "C:\xampp\php\ext"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_mode=req
xdebug.idekey=xdebug
xdebug.remote_log="c:\tmp\xdebug\xdebug.log"
xdebug.show_exception_trace=0
xdebug.show_local_vars=9
xdebug.show_mem_delta=0
xdebug.trace_format=0
xdebug.profiler_enable = 1
xdebug.profiler_output_dir ="c:\tmp\xdebug"

so can anyone have help me where is the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant