Debug with PHP and XDebug

Debug with PHP and XDebug

PHP with XDebug
I need one debugger for PHP IDE. So i chosed XDebug. I am using Wampp on Windows.
First, you must enable XDebugger.

Edit php.ini, add lines at bottom file:
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000

Restart Wampp.
If you use Netbean IDE, you should config:

I like Netbean than Eclipse, because it is classic gui, my idea.
Debug now:

------------------------------------------------------------
Thanks for reading
--------------------------------------------------------------------------
Security Research
All my Lab:
Linux Lab -- window and Cisco Lab
to be continued - I will update more.

Nam Habach