I have one project in Java EE, I use Apache TomEE 1.5.2 Server and NetBeans IDE 7.3.1
When I open project with my app and I choose "Run" option or "Deploy" (undeploy current file from server and deploy) option it last a few second (eg. (total time: 5 seconds)
). But when I choose "Debug" option (undeploy current file from server, deploy and run app in debug mode) it last much more: 6 minute.
How can you explain it?
Note
For NetBeans 8 Beta I get time 9 minute and for NetBeans 7.4 I get 7-8 minute, more then for 7.3 :(