Eclipse debugger does not recognize new java code -


i have added new method javacode , put breakpoint @ begin of method , different places. eclipse debugger go throw breakpoints in old code not in new added method. have cleared project project-> clear exclude cache possibility. me, appears eclipse dont recognize new added java code.

any idea problem? use eclipse juno service release 2.

you need stop debugging , start program again since signature has changed. if want more hot-swap possibilities need consider using jrebel or similar tool.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -