Hi,
I have php running in a docker container. It is connecting to php tools OK (xdebug_info indicates that, as does the xdebug log), but it isn't breaking on the breakpoints.
I have set up manual path mapping. Here is the output in the VS debugger:
`> Debugger Server is running.
Auto-attach to process '[2516] PHP.Debugger.Systray.exe' on machine 'DESKTOP-GRQ01HB' succeeded.
Accepting connection from Xdebug.
Sending the socket to Visual Studio (port 60462)
Mapping dir 'C:\Users\neil\Raw Umber Studios Dropbox\Neil Davidson\Raw Umber Studios\Code\rus_plugin' to 'file:///var/www/html/wp-content/plugins/rus-plugin'`
I have attached my xdebug log file.
Any ideas? Thanks!!
Neil