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:
- Window | Preferences... menu item
- Choose Run/Debug on the left, about half-way down.
- Choose Perspectives under that
- Select Never at Open the associated perspective when launching and Open the associated perspective when an application suspends
精彩评论