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 sol开发者_如何转开发ution and I realize one probably doesn't exist, but I'm hoping somebody might know of a plugin or something that achieves this.
Thanks!
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++?; ...)
精彩评论