Eclipse: JBoss very slow in Debug mode

I had the problem that starting my jboss application server was veeeeery slow – don’t know how long it would have taken as I always killed it after a few minutes. After some experiments with more memory without a change I removed all my breakpoints in the debug view of eclipse and voilá – it works again.

So just delete all your breakpoints under window => show view => other… => breakpoints.

Leave a Comment