Hacker News new | ask | show | jobs
by la_fayette 2649 days ago
Yes I totally agree that setting up or rather understanding how the debugging cylcle works with php is not straight forward. It doesn't work out of the box and one has to dig into php internas. However, it pays off, as one can do remote debugging on e.g. a docker development machine or similar...

I am not sure how well such a feature is supported in javascript, ruby, java or what not out of the box...