Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Xdebug DBGp Proxy

A container image for the Xdebug DBGp proxy.

The image downloads the official dbgpProxy binary from xdebug.org.

Build

These commands need Docker with the Buildx plugin.

docker buildx bake

Run

docker run -d --name dbgp-proxy -p 9001:9001 -p 9003:9003 webevt/dbgp-proxy:0.6.2

Use

  1. In your IDE, start listening and register with the proxy on port 9001 with your IDE key.
  2. Set xdebug.client_host to the proxy host and xdebug.client_port to 9003 in PHP.
  3. Send the same IDE key from PHP with XDEBUG_SESSION or xdebug.idekey.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages