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:
parent
c95780a092
commit
b849c30a5d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue