mynethome.de

Archiv des Schlagworts(Tags) ‘Debugging’

Mittwoch, den 4. November 2015

Browser UI testing with Geb: Debugging Geb tests

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 […]

Freitag, den 24. Februar 2012

Remote Debugging on Tomcat running as a Windows Service

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 […]

Samstag, den 25. Juni 2011

Java Swing Debugging with IDEA on Linux

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 […]

mynethome.de wird erstellt mit WordPress
Beiträge (RSS) und Kommentare (RSS)

(c) 2005 - 2025 Markus Schlichting - Mastodon