Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » [Windows] application running on external cmd.exe command prompt([Windows] application running on external cmd.exe command prompt)
[Windows] application running on external cmd.exe command prompt [message #868968] Wed, 02 May 2012 19:43 Go to next message
Kerem Ulutas is currently offline Kerem UlutasFriend
Messages: 1
Registered: May 2012
Junior Member
Hi all,

I wonder if it is possible to launch an application in an external windows command prompt window. The behaviour I mean is exactly like the one in Visual Studio. When user wants to run (not debug) the application, a command prompt window appears and the application runs within that window.

Thanks for all your help,

Kerem Ulutas
Re: [Windows] application running on external cmd.exe command prompt [message #869199 is a reply to message #868968] Thu, 03 May 2012 04:01 Go to previous message
Marc-André Laperle is currently offline Marc-André LaperleFriend
Messages: 256
Registered: July 2009
Senior Member
I've never tried it myself but perhaps you could try to add this to a .gdbinit file:
set new-console on
http://www.manpagez.com/info/gdb/gdb_175.php
(You can set the path to your gdbinit file in your Debug configuration)
Previous Topic:Errors when attempting to build C++ project
Next Topic:Warning on the problems view does not get cleaned - no .markers file exists
Goto Forum:
  


Current Time: Tue Apr 16 11:09:51 GMT 2024

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

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

Back to the top