gpt4 book ai didi

java - eclipse : Can we make modifications on to the source code while debugging the Application inside Eclipse

转载 作者:行者123 更新时间:2023-12-01 15:43:13 26 4
gpt4 key购买 nike

我们可以在调试时修改源代码吗Eclipse 内的应用

嗨,

假设我在 Eclipse IDe 下有这段代码

          public void kk()
{
try
{
int jj = 20;

if(jj==20)
throw new Exception();

}
catch(Exception e)
{
e.printStackTrace();
}
}

假设由于条件 jj==20 ,代码已进入 catch block 内,我们可以修改代码并恢复调试控制吗?

最佳答案

是的,有可能。但在规定的限度内。

例如,可以更改方法内部的代码,但不能更改类内部的代码。

关于java - eclipse : Can we make modifications on to the source code while debugging the Application inside Eclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7652386/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com