From 8b5f3d1a90039949c8ffaccc54e77e727041a395 Mon Sep 17 00:00:00 2001 From: ewaterlander <102143930+ewaterlander@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:08:17 +0100 Subject: [PATCH] Add improved CBS launch configuration for local applications to N&N (#979) --- NewAndNoteworthy/CDT-12.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NewAndNoteworthy/CDT-12.0.md b/NewAndNoteworthy/CDT-12.0.md index 198292ff912..1d7aa822a0f 100644 --- a/NewAndNoteworthy/CDT-12.0.md +++ b/NewAndNoteworthy/CDT-12.0.md @@ -26,6 +26,10 @@ Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API cha See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A12.0.0) for this release in the issue/PR tracker. +## Improved launch configuration for CMake and other Core Build System projects + +The CMake and CBS Makefile project launch configurations for local applications have an improved Main tab and new Arguments, Environment, Debugger, Source, and Common tabs. + # Bugs Fixed in this Release See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/11?closed=1)