开发者

Disable Automatic Perspective Change in Eclipse

开发者 https://www.devze.com 2023-01-26 19:18 出处:网络
I use Eclipse for coding, but I开发者_StackOverflow中文版 have a problem.When I debug a C++ project, Eclipse automatic switches to the Debug perspective, but I don\'t want the automatic switch.How can

I use Eclipse for coding, but I开发者_StackOverflow中文版 have a problem. When I debug a C++ project, Eclipse automatic switches to the Debug perspective, but I don't want the automatic switch. How can I disable the automatic switching?


The accepted answer did not work for me debugging Java on Eclipse Juno SR1, but this did:

  1. Window | Preferences... menu item
  2. Choose Run/Debug on the left, about half-way down.
  3. Choose Perspectives under that
  4. Select Never at Open the associated perspective when launching and Open the associated perspective when an application suspends
0

精彩评论

暂无评论...
验证码 换一张
取 消