Skip to content

Commit

Permalink
🚸 :simple option for backtrace not yet functional
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 18, 2024
1 parent 90935a1 commit a703f7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ceedling/configurator_setup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a703f7a

Please sign in to comment.