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.
Comments
Post a Comment