Jump to content

Debug PHP on Notepad ++


Recommended Posts

Hello all. sorry if this question has already been asked.

I am just start using PHP. My knowledge in the past 10 years has been with MS programming.

I have installed Apache 2.2, PHP 5.2.14 and Notepad ++ 5.7.

I have create a small application and my bigest problem know is debuggin it. I have followed all the tuturials that I could find on the net.

I have edit the PHP file with the configuration below, I have configure Notepad ++ to use xdebug still I cannot debug my application.

I would appriciate very much if someone could point me in the right direction on how to configure this.

here is the php entries

[xdebug]

zend_extension_ts=".\php_xdebug-2.1.0-5.2-vc6.dll"

xdebug.profiler_output_dir = "C:\temp"

xdebug.profiler_output_name = "cachegrind.out.%p"

xdebug.profiler_enable = 0

xdebug.profiler_append=0

xdebug.extended_info=1

xdebug.remote_enable=1

xdebug.remote_handler=dbgp

xdebug.remote_mode=req

xdebug.remote_host=127.0.0.1

xdebug.remote_port=9000

xdebug.idekey=xdebug

xdebug.remote_log="c:/temp/xdebug_remot.log"

xdebug.show_exception_trace=0

xdebug.show_local_vars=9

xdebug.show_mem_delta=0

xdebug.trace_format=0

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.