I've had similar problems when using method breakpoints on inner classes. Removing the breakpoint speeds up the entire application dramatically (the breakpoint also doesn't work). So try removing your breakpoints.
Emond On Tuesday 14 July 2009 19:15:02 John Ipson wrote: > Has anyone ever run across extremely slow debug mode in wicket/eclipse > integration? > > Eclipse 3.4 > Wicket 1.4 > > When choosing "Run as...", the application is very fast. > When choosing "Debug as..." the application is 20 times slower. > > I watch each jar get loaded into the application at a very slow rate. > > I've run the application in Jetty and JBoss, so I believe it is a wicket > thing. I wonder if there is a setting in wicket. > > Thanks, > John --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
