From 0c90662dfbac62157e3673c7d91bf4e2d6c69049 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 29 Sep 2020 19:01:13 +0200 Subject: [PATCH] docs: scons -> SCons Reviewed-by: Eric Engestrom Part-of: --- docs/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/debugging.rst b/docs/debugging.rst index d59465aae6a..9132cdb947b 100644 --- a/docs/debugging.rst +++ b/docs/debugging.rst @@ -8,7 +8,7 @@ with debugging. If ``MESA_DEBUG`` is defined, a message will be printed to stdout whenever an error occurs. More extensive error checking is done in DEBUG builds -(``--buildtype debug`` for Meson, ``build=debug`` for scons). +(``--buildtype debug`` for Meson, ``build=debug`` for SCons). In your debugger you can set a breakpoint in ``_mesa_error()`` to trap Mesa errors.