Hot Swap does not work :( [message #717438] |
Sat, 20 August 2011 17:18  |
Eclipse User |
|
|
|
Well my problem is simple: hot swap does not work in Eclipse EE...
Tried debugging , running, breakpoints, nothing seems to change the console output ...
my code:
while(x>=0)
{Thread.sleep(1000);
System.out.println("bla bla ");
}
changing the println line does not change the console output... am I doing something wrong ? config ? Maybe it should not work for stuff like this ?
[Updated on: Sat, 20 August 2011 17:18] by Moderator Report message to a moderator
|
|
|
|
|
Re: Hot Swap does not work :( [message #717832 is a reply to message #717464] |
Mon, 22 August 2011 13:29   |
Eclipse User |
|
|
|
Originally posted by: Rich Kulp
Make sure you have "Incremental Build" turned on. I don't how many times
I got frustrated trying to change code and it wouldn't change and it
turned out because I had turned the build off! :-)
--
Thanks,
Rich Kulp
|
|
|
Re: Hot Swap does not work :( [message #717843 is a reply to message #717464] |
Mon, 22 August 2011 13:50  |
Eclipse User |
|
|
|
Originally posted by: Bill T.
You may wish to check developer works, there was a recent article on when hot swap will and will not work. might explain what your seeing
On 8/20/2011 4:47 PM, alex_prislopeanu wrote:
> also debugging doesn't seem to work at all. I hit a break point, change values, but when I step over the new code, the old values are in effect
|
|
|
Powered by
FUDForum. Page generated in 0.02927 seconds