Eclipse :Edit the source and continue debugging

后端 未结 3 1276
被撕碎了的回忆
被撕碎了的回忆 2021-02-08 07:31

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

3条回答
  •  南方客
    南方客 (楼主)
    2021-02-08 08:12

    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.

    See the manual here and here

提交回复
热议问题