webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
23 stars 3 forks source link

Check which XDebug modes might be helpful #52

Closed joshsedl closed 1 year ago

joshsedl commented 2 years ago

https://xdebug.org/docs/all_settings

joshsedl commented 2 years ago

Definitely some interesting stuff there, I think using vanilla xdebug together with the code coverage mode is currently enough. Keeping this issue open for discussion.

JPustkuchen commented 2 years ago

@joshsedl perhaps we should just think about documenting this or linking this in our documentation instead of a technical solution... unsure...

joshsedl commented 1 year ago

I think besides code coverage, which is already supported, only Profiling would be interesting for our use case. I created a seperate issue for this, see: https://github.com/webksde/ddev-vscode-devcontainer-drupal-template/issues/126