Ich habe ihn aus so Antworten gefunden. Meine Schritte sind < /p>
Code: Select all
Downloaded `php_xdebug-2.3.2-5.6-vc11-x86_64.dll` and placed inside `php\ext`.
Added the following lines in `php.ini`
zend_extension=php_xdebug-2.3.2-5.5-vc11-x86_64.dll
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=default
xdebug.remote_log="c:\temp\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:\temp\xdebug"
Then downloaded DBGp plugin and placed dll file inside plugins directory of Notepad++;
[Restarted Npp]
plugins->DBGp -> Config
127.0.0.1 EMPTY htdocspath htdocs path
< /code>
htdocs path ist c: \ user \ me \ server \ apache24 \ htdocs < /p>
Set Breakpoints ein und startete meine Seite mit dem Paramaeter? Punkte. < /p>
Wie löste ich dieses oder mein ultimatives Ziel, Schritt für Schritt Php zu debuggen? Was sind die anderen Optionen.