4. November 2015
Geb provides a very good way for end-to-end tests of browser applications. One drawback while writing is that it might get rick to get the selectors for the UI elements right. Being able to debug, stop in the middle of a test and adjusting the selectors would come in very handy. But, as things are […]
4. November 2015 · Software, Work
24. Februar 2012
Just in case someone else is having trouble with this: If you try to do remote debugging with a Tomcat running as a service on a Windows box (ok, some of you might stop reading here, fair enough ;-)) using the configuration options -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n (see Tomcat Wiki Developing FAQ) …and wondering, why you just […]
24. Februar 2012 · Software, Work
25. Juni 2011
Dieser Beitrag wird recht technisch, und damit davon möglichst viele was haben, geht’s auf Englisch weiter Recently, I experienced some problems debugging an Java/Swing application on my Ubuntu Linux box using IntelliJ IDEA 10.5 . The problem is that java.awt grabs control of all input devices while running. If you place an breakpoint inside an […]
25. Juni 2011 · Java, Linux, Software, Work