| Hot Swap does not work :( [message #717438] |
Sat, 20 August 2011 13: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 13:18] by Moderator
|
|
|
|
|
|
| Re: Hot Swap does not work :( [message #717843 is a reply to message #717464] |
Mon, 22 August 2011 09: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.04823 seconds