I use netbeans as my php IDE and having a debugger is incredibly helpful when building large webapps.When Xdebug works, it’s an incredibly useful tool as one can step through code, keeping an eye on variables at any point. It… Read More
Merging the right way around in Netbeans/Mercurial
I’m new to working with revision control and sometimes get confused with merge terminology resulting in me merging the wrong way. For future reference: To transfer all the latest changes in the main trunk to the development branch, update to… Read More
Netbeans Mountain Lion Mercurial Problems
For PHP development, I use Netbeans with revision control handled by its built-in Mercurial integration. Since installing Mountain Lion the other day, the Mercurial function of Netbeans had not been working. I did not see any errors, just a lack… Read More