Testing with vscode + xdebug |
Hello,
I need help to setup my launch.json for debug tests using vscode + xdebug. All works fine when launching debug via http request, but when I tried to debug test files It always stop with this error: Class 'CodeIgniter\Test\CIUnitTestCase' not found This is the related portion fo my launch.json file: Code: // --- this works fine --- Can anyone please help me to solve this issue? Many thanks in advance.
Well,
I've solved. However the approach is completely different when the debugging process is launched by running the browser. Fundamental information are published here (details for *nix box): https://tighten.co/blog/configure-vscode...th-xdebug/ In my case (win box) the related steps are:
Code: {
And debug session works like a charms ![]() ![]() ![]() I hope it will help someone. |
Welcome Guest, Not a member yet? Register Sign In |