Damjan Cvetko
Damjan Cvetko
I cannot figure out why @mousetraps prohibited this. `use Trait` works much the same way as `use Namespace` - in the sense of resolving to FQN. Even the other case...
Interesting. Let me check on this.
@plokko This is very strange. It looks like the `unix://` would not be truncated before server listen gets invoked. Do you perhaps have some other extension installed that also registers...
I went back and retried your config on my Linux VM and it works. Try to run the command "Developer: Show Running Extensions" from the command palette and try to...
Actually `devsense.phptools-vscode` also contains a PHP debugger that is similar but slightly different than this official Xdebug extension. There is currently no way that these two extensions can co-exist and...
Implemented in #874 . Will be merged and released shortly.
This will probably be possible after Xdebug implements server side path mappings https://derickrethans.nl/xdebug-update-june-2023.html But this will probably require some funding.
Will implement file check in #921 closing this.
Added an implementation to `skipFiles`. #874 Initial implementation was to use `ignore` array and a boolean flag `justMyCode` similar to Python debugger. Switched then to `skipFiles` same way javascript debugger...
Let me know if everything works for you.