- Edited
Hello,
VS Code has serious issues with the PHP Debug. It do not work at all. This is a known issue and more details can be found on my second post at
The PHP debugger is completely not usable. It make my pages load indefinitely until I stop the debug.
The errors are:
- Unknow thread ID
- No such breakpoint
- Command is not available
I found what does not create the error:
- It is not the browser. The error persists also on different browsers.
- It is not xDebug. The error disappears and everything works well with VS 2017 (same xDebug and XAMPP installation)
- It is not the VS Code extensions. I disabled all the extensions and the error persists.
- The error persist with both PHP Tools and the original PHP Debug extension for VS Code
I hope some one can help! I'm a client by 5-7 years and if the PHP do not work I can not use this great tool.
Thank you!