It seems that the Xdebug in DEVSENSE does not have the skipFiles option in the configuration. The skipFiles option is present in the Xdebug extension from xdebug.org. Can the skipFiles option be added to the Devsense Xdebug?
Hello Rene,
Thank you for your post.
You are correct, we do not have that option at the moment, but it's high on the list.
Thanks for the suggestion, we will try to add it soon.
Have a good one!
I realized we already have this option, it's just called exclude. The difference from Xdebug extension skipFiles is that it also excludes errors from these files. I'm not sure if that's desirable.
exclude
skipFiles
Let me know what you think.
Thanks