Hello,
It is possible to map directory ? I tried with:
Local | remote
.* | /usr/myproject/*
or
./* | /usr/myproject/*
or
/* | /usr/myproject/*
or
./.php | /usr/myproject/.php
None works.
I'm on VS2019 / Windows 10, remote on CentOS7 / PHP7.2 / XDebug 3.0.3
Thanks for your help.