2010-08-15 00:59:57 +01:00
|
|
|
Debugging
|
|
|
|
=========
|
|
|
|
|
|
|
|
Debugging utilities in gallium.
|
|
|
|
|
|
|
|
Debug Variables
|
|
|
|
^^^^^^^^^^^^^^^
|
|
|
|
|
2010-08-15 03:26:58 -07:00
|
|
|
All drivers respond to a set of common debug environment variables, as well as
|
|
|
|
some driver-specific variables. Set them as normal environment variables for
|
|
|
|
the platform or operating system you are running. For example, for Linux this
|
|
|
|
can be done by typing "export var=value" into a console and then running the
|
2010-08-15 00:59:57 +01:00
|
|
|
program from that console.
|
|
|
|
|
2022-11-08 11:10:45 +01:00
|
|
|
See :doc:`../envvars` for details.
|