java - debugging in intellij (Reloading changed classes) -


i switched on intellij eclipse . while in eclipse when using debug launcher application reloads changed classes instantly after saving . while in intellij found takes >10 secs time after reloading changed classes, might not lot annoying cause use , there otherway achieve

to reload changed classes

1.do 1 of following: -on main menu, choose run | reload changed classes. -on main menu, choose build | compile "class_name" recompile altered class during debug.
2.in reload changed classes dialog box, confirm reloading. results displayed in messages tool window.

refer link detailed explanation.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -