Has anyone successfully used a php debugger.
I used to use Komodo for Perl years ago. But that seems to have gone away.
It has been a struggle, watching on YouTube. After months ran across VSCode which seemed to be pretty nice. Still struggled. Most examples on YouTube were for local like on a PC. I wanted to debug on my server (Linux) from Mac. Loaded the SSH, and after several weeks, finally it started to work. The major issue is presenting the web interface via another port back to my pc for interaction of data.
So now I have a new small project and the damn thing will not work again. I get my panels, but none of the breakpoints work.
Also aggravating is have to reestablish my connection constantly.
Wierd the problem was the object returned by my database open was successful, but then lost scope for the insert, (was null). and vscode went nuts.
the question I have regarding ssh, and having to enter the password every time. Any suggestions.