Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Clang - Run as "Local C++ application"(When executing a clang project, it asks to start a debug session)
Clang - Run as "Local C++ application" [message #1714289] Wed, 11 November 2015 12:08
Mickey Mouse is currently offline Mickey MouseFriend
Messages: 26
Registered: July 2012
Junior Member
Dear folks,

In Eclipse CDT, by default when creating a C++ executable project using the GCC toolchain, it makes available a default configuration to execute the project as "Run as Local C++ Application", without passing any arguments or setting additional variables. This is quite handy for hello world or test projects, as there is no need to create a custom launch configuration.

However, using as toolchain clang/llvm, the same option is not present. When trying to execute the project, it asks to select a debug configuration. Otherwise we need to create a custom launch configuration for that specific project. This is fine for a single project, but not equally comfortable when dealing with several small projects.

Is there a way to obtain the same default option present with GCC also with the Clang/LLVM toolchain?
Previous Topic:Variables in debugging mode are 'not available'
Next Topic:signal handler is not called in DEBUG
Goto Forum:
  


Current Time: Tue Sep 24 10:17:44 GMT 2024

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

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

Back to the top