adasilva Posted August 10, 2010 Share Posted August 10, 2010 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 https://forums.phpfreaks.com/topic/210306-debug-php-on-notepad/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.