From 09f0fcd5b481343ac1339045b4ec7c3ad74eb686 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Tue, 3 Dec 2024 10:49:51 +0000 Subject: [PATCH] Add debug term to glossary In the carpentries glossary repo it was raised that it could be helpful for some learners to include the definition of debug here ([issue #384](https://github.com/carpentries/glosario/issues/384)) --- learners/reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/learners/reference.md b/learners/reference.md index 062f59c7b..c7c37fe4a 100644 --- a/learners/reference.md +++ b/learners/reference.md @@ -57,6 +57,10 @@ depending on whether a test is true or false. : (CSV) A common textual representation for tables in which the values in each row are separated by commas. +[debug](#debug) +: The action of finding and resolving errors (also known as 'bugs') +within computer programs or systems. + [default value]{#default-value} : A value to use for a [parameter](#parameter) if nothing is specified explicitly.