From a703f7a474669b593ce946f3fecfa8526c52237e Mon Sep 17 00:00:00 2001 From: Mike Karlesky Date: Sat, 18 May 2024 15:07:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20:simple=20option=20for=20backtra?= =?UTF-8?q?ce=20not=20yet=20functional?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ceedling/configurator_setup.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ceedling/configurator_setup.rb b/lib/ceedling/configurator_setup.rb index a61fd65b..8587d604 100644 --- a/lib/ceedling/configurator_setup.rb +++ b/lib/ceedling/configurator_setup.rb @@ -175,7 +175,9 @@ def validate_backtrace(config) when :none # Do nothing when :simple - # Do nothing + # TODO: Remove when :simple support is completed + @loginator.log( ":project ↳ :use_backtrace => :simple is not yet supported", Verbosity::ERRORS ) + valid = false when :gdb # Do nothing else