Reputation: 4422
I use Eclipse for coding, but I 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?
Upvotes: 44
Views: 30545
Reputation: 5115
The accepted answer did not work for me debugging Java on Eclipse Juno SR1, but this did:
Upvotes: 43