Bug 349501 - "Debug As" dialog with "Ant build" options pops up while debugging a C++ project
Summary: "Debug As" dialog with "Ant build" options pops up while debugging a C++ project
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-15 16:34 EDT by vish CLA
Modified: 2020-09-04 15:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vish CLA 2011-06-15 16:34:51 EDT
Build Identifier: 201106081058

I'm using CDT 8.0 RC4:
Version: 8.0.0.201106081058
Build id: 201106081058

Redhat Linux 4

When I press F11 while in the debug view of a C++ project made from an executable, a dialog titled "Debug As" pops up with "Ant build" and "Ant build ..." as two options. The description description says "Launches an Ant build with default settings". An Ant-build dialog should not pop up when pressing the F11 button to debug a C++ application.

How does one prevent this from displaying?

Reproducible: Always

Steps to Reproduce:
1. Start eclipse 3.7 with CDT 8.0
2. Create a C++ project by importing an executable (I used L
3. Switch to debug perspective and press F11.
4. Terminate the application and restart debugging by pressing F11 again.

The "Debug As" dialog pops up with the Ant build options. This must be eliminated from displaying for C++ projects.