1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 16:26:11 +02:00

Bug 371650 - Debug As... prompts for irrelevant debug config for a basic

makefile projec

Change-Id: I5bcb971edf54b3f851cb9c76378dfde4c161bfe7
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14543
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc-Andre Laperle 2013-07-14 18:35:55 -04:00
parent c95780a092
commit b849c30a5d

View file

@ -15,6 +15,9 @@
<buildIdPattern
pattern="cdt\.managedbuild\.config\.gnu\..*">
</buildIdPattern>
<buildIdPattern
pattern="cdt\.managedbuild\.toolchain\.gnu\..*">
</buildIdPattern>
</debugger>
<debugger
platform="*"
@ -33,6 +36,9 @@
<buildIdPattern
pattern="cdt\.managedbuild\.config\.gnu\.mingw\..*">
</buildIdPattern>
<buildIdPattern
pattern="cdt\.managedbuild\.toolchain\.gnu\.mingw\..*">
</buildIdPattern>
</debugger>
</extension>
<extension