Remote CLI Debugging via Eclipse PDT
About a month ago, I finally sat still long enough to get "PHP Web Page" debugging via Xdebug figured out in Eclipse PDT. As far as my Eclipse setup... more »
0 commentsSave Tags: eclipse, php
Graphviz on steroids
Introducing Structure101g, our new generic version of Structure101 that can be used to get hierarchical graph visualizations of arbitrary domains.... more »
0 commentsSave Tags: announcement, eclipse, other languages, tools
Log4J Logging Inside Eclipse Console
We use Apache Log4J for performing Logging at runtime for debugging Java Application. Eclipse is widely used IDE in Java Development environment, so... more »
0 commentsSave Tags: eclipse, java
Unit Testing Grails in Eclipse
A discussion on Eclipse support for Grails along with an example demonstrating how to set-up Grails unit tests in Eclipse.
0 commentsSave Tags: eclipse, groovy, java, opinion