• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse Debugger : Hot Code Replacement not working

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I am not able to work on Eclipse debugger Hot Code Replacement , i have enabled the option of Build automatically as recomended , I am using Java 5.0 as my JVM version .

Below is my code



I put up an Break Point at the line "Stopping At Break Point" its stopping there , and when i sopln added Newly added Line , it is showing an error in pop up message as "Unable to remove old stack frames "


please suggest .


 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I have found that Hot code replacemenet is not working for static methods , but for normal methods HCR is working fine .

Thanks .

 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hot code replacement may or may not work, depending on rules that I don't think anyone actually formally defined.

We've had a discussion or 2 on this topic in the past year or so. You might find it useful to search for them.
 
reply
    Bookmark Topic Watch Topic
  • New Topic