Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 214830] New: Need to be able to launch C++ applications in separate terminal

https://bugs.eclipse.org/bugs/show_bug.cgi?id=214830  
Product/Component: CDT / cdt-launch
           Summary: Need to be able to launch C++ applications in separate
                    terminal
           Product: CDT
           Version: 5.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: gcruscoe@xxxxxxxxxxxxxxxx


In order to develop console applications, we need to be able to launch the
application in a terminal (as if it were run in production).  We use Vermont
Views for our toolkit and it does not want to run in the terminal that is part
of Eclipse.  It complains that it is a dumb terminal.

Being able to launch the application selecting a terminal seems like a great
enhancement that shouldn't take too much effort.  Is the cdt the right place
for this enhancement?

In Netbeans you can select Gnome-Terminal or other I think.  This would be a
great way to run the application directly from Eclipse.  Otherwise you have to
run it separately -- which also means of course that you have to attach the
debugger later.


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Back to the top