MyEclipse(eclipse应该也一样)开发过程中,打了断点调试,最初时候会弹出一个弹出框,让你选择是否进入debug模式,结果一不小心点了一个记住选择,然后选择了yes,结果每次断点调试时候,myeclipse都会跳转到debug模式。
问题是进入Debug模式后,新建里的内容都变少了,非常不方便:

[MyEclipse手册]设置或关闭断点调试自动跳入debug模式

于是找到了方法,把这个自动进入debug模式给恢复了。

方法如下:
window —-> preferences —-> run/debug —-> perspectives —- >open the associated perspective when an application suspends

1、如果不想进入debug模式,则选择never;
2、如果想恢复默认,每次进入debug都弹出框来的话,则选择prompt
[MyEclipse手册]设置或关闭断点调试自动跳入debug模式

相关文章:

  • 2021-07-11
  • 2022-12-23
  • 2021-06-10
  • 2022-02-15
  • 2021-12-28
  • 2021-09-01
  • 2021-12-03
  • 2022-01-03
猜你喜欢
  • 2021-11-27
  • 2021-04-03
  • 2021-12-21
  • 2022-12-23
  • 2021-06-20
  • 2021-09-30
相关资源
相似解决方案