Chris
Chris

Reputation: 6732

Configuring launches in Eclipse

I'm a long-time Visual Studio user just now switching over to Eclipse. It's really nice, but I have a couple questions:

1) Is it possible to launch my app from Eclipse into a new, real terminal instead if the built-in console view?

2) I'd also really like it to automatically switch the perspective back to C/C++ after the program I'm debugging terminates. I've looked all over for a solution and I realize one probably doesn't exist, but I'm hoping somebody might know of a plugin or something that achieves this.

Thanks!

Upvotes: 1

Views: 101

Answers (1)

VonC
VonC

Reputation: 1324258

Regarding 1), may be my old answer about "Eclipse - Runing programs not in the native eclipse console" can help. (this thread might also help)

Regarding 2), I don't think this exist for Java.
Oddly enough, this has been implemented for Php.

But all this depends also on your Eclipse version and distribution.
(JDT for Java? PDT for Php?, CDT for C/C++?; ...)

Upvotes: 1

Related Questions