Introduction
This article only covers the processes to install Notepad++ and Notepad++ DBGp plugin debugger for debugging PHP scripts.
How does the DBGp Plugin work
The web browser requests url through the http port (80) to the Apache server. XDebug is an Apache extension (dll), like GD2 graphic library or so… XDebug is an interface […]