Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How do I configure eclipse to open linux terminal instead of eclipse console?
How do I configure eclipse to open linux terminal instead of eclipse console? [message #1819530] Thu, 16 January 2020 21:22 Go to next message
Manuel Malagon is currently offline Manuel MalagonFriend
Messages: 81
Registered: December 2011
Member
I would like to know how to configure eclipse to open and use my Linux terminal, in this case, GNOME Terminal, instead of the eclipse console in a debug session?

I'm using Eclipse CDT 2019-12
Re: How do I configure eclipse to open linux terminal instead of eclipse console? [message #1819531 is a reply to message #1819530] Thu, 16 January 2020 23:16 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
You could try launching the Terminal with a command to execute your program.
Or just start your program in a terminal.
All of the I/O will go to the terminal.
Then attach the debugger to the program.
You would need some way for your program to wait until the debugger attaches.

I've never used it myself but maybe the standalone debugger would be easier.
However, I think it's just a cut-down version of CDT.
https://wiki.eclipse.org/CDT/StandaloneDebugger
https://help.eclipse.org/2019-09/index.jsp?topic=%2Forg.eclipse.cdt.debug.application.doc%2Fconcepts%2Fcdt_c_standalone_intro.htm&cp%3D87_1

Seems like a lot of trouble.
What's wrong with using the Eclipse console?


[Updated on: Thu, 16 January 2020 23:18]

Report message to a moderator

Re: How do I configure eclipse to open linux terminal instead of eclipse console? [message #1819588 is a reply to message #1819531] Fri, 17 January 2020 16:02 Go to previous message
Manuel Malagon is currently offline Manuel MalagonFriend
Messages: 81
Registered: December 2011
Member
Quote:
Seems like a lot of trouble.


Well, it seems it is. I ask because it's really easy to do it on windows and I refuse to think that there is something that can be done on windows that can't be done in Linux. But if it that much trouble I can stick with the console.

No particular reason, so far, it's just I like more the look and feel of the terminal.
Previous Topic:Problem with installing plugins in Eclipse
Next Topic:Unresolved Includes
Goto Forum:
  


Current Time: Tue May 14 02:57:29 GMT 2024

Powered by FUDForum. Page generated in 0.03980 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top