I am using Eclipse IDE (Helios Version) While debugging in Eclipse , is it possible to edit the source and continue debugging ??
For example i have this file While debu
If you just want to change the value of a5 during debugging its alot easier than changing the source. You can set a new value in the variables view you can see when in the debugging perspective in Eclipse.
a5
See the manual here and here