Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » C/C++ Local Application Bug
C/C++ Local Application Bug [message #175160] Tue, 22 August 2006 04:05 Go to next message
Eclipse UserFriend
Originally posted by: rajakididi.hotmail.com

Hey

While working with CDT Projects I found a very strange bug.
The steps that I followed were ::

1. Start Eclipse. File->New->Project
2. Select C -> Managed Make C Project, click Next
3. Provide name to the project and leave the default settings
4. Press Finish

5. A project will be created in the workspace.
6. Click Run -> Run...
7. Right click on the C/C++ Local Application. Select New.
8. Double click on the Launch Configuration Name just created, under
"C/C++ Local Application" and the Run button will go from disabled to
enabled. When clicked, an error, Application Launch Error is shown.

The Run button should not get enabled since the application is not there.
Even providing a false application name enables the Run by double clicking
on it.

Is this a known issue ?
Can anyone please provide me a reference on the CDT Bugzilla / Mailing
List where this problem is discussed ?

Thanks & Regards,
Keya
Re: C/C++ Local Application Bug [message #175476 is a reply to message #175160] Fri, 25 August 2006 04:03 Go to previous message
Eclipse UserFriend
Originally posted by: rajakididi.hotmail.com

Hey

This problem seems to be with all type of Launch Configurations and not
specifically to CDT [C/C++ Local Application].
Modifications need to be done to the org.eclipse.debug.ui plugin. Before
updating the Launch button all the Launch Configuration Tabs need to be
questioned about their state. If it is valid and can be launched then only
the Launch Button should be enabled.

Any suggestions ?

Keya
Previous Topic:CDT and MFC, CDT and Debugging
Next Topic:Adding New Tab Extension to CDT
Goto Forum:
  


Current Time: Sat May 10 15:52:44 EDT 2025

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

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

Back to the top