eclipse自动切换到dubug视图

来源:互联网 发布:netstat linux 编辑:程序博客网 时间:2024/05/29 12:37

刚开始使用eclipse进行调试时,当弹出"Confir Perspective Switch"视图时,不小心点了“No”。以后每次debug的时候都不切换到debug视图。

后发现设置Window->Preferences->Perspectives将Open the associated when launching选择为Always就可以了。

0 0