From: Erik Faye-Lund Date: Tue, 29 Sep 2020 17:01:13 +0000 (+0200) Subject: docs: scons -> SCons X-Git-Tag: upstream/21.0.0~4825 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c90662dfbac62157e3673c7d91bf4e2d6c69049;p=platform%2Fupstream%2Fmesa.git docs: scons -> SCons Reviewed-by: Eric Engestrom Part-of: --- diff --git a/docs/debugging.rst b/docs/debugging.rst index d59465a..9132cdb 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.