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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -