I am using var_dump. Everywhere. This is a mess. And slowly. I would like to lock the variable, right-click, select a test, and it will show me the output results for each period or my script in the IDE window. -
1) Does something like this exist in Netbeans?
2) No matter what could be βbetterβ here, I wonder if anyone can advise me a few books / resources on this subject: "Debugging for beginners"?
Update: I understand that netbeans have some integration possible. However, the hard part is to find newbie resources given this integration. I mean, I need to understand how the debugging tool works. Truth. But I also need to understand how debugging works (in the broad sense of the word). :)
Thank you very much in advance.
source
share