  # cat=main/conf; type=options[All=ALL,Front End=FE,Back End=BE,Off=OFF]; label=Typo3 Mode: Normaly set to FE to enable all FE-Plugins to generate debug output! Debugging is only enabled in this Mode.
TYPO3_MODE = FE
  # cat=main/conf; type=text; label= Output: Destination of the debug info. possible Values: \TYPO3\CMS\Utility\DebugUtility::debug, debug, error_log (see TEXTFORMAT)
OUTPUT = \TYPO3\CMS\Utility\DebugUtility::debug
  # cat=basic/conf; type=boolean; label= Disable SQL errormessages: Normally all SQL errors that occur will be displayed. Set to 1 to disable.
DISABLE_ERRORS = 0
  # cat=basic/conf; type=boolean; label= Use debug utility for errors: If set and an error occurs, all error messages are sent to \TYPO3\CMS\Core\Utility\DebugUtility::debug as well as to the debug method if available.
DEBUGUTILITY_ERRORS = 0
  # cat=basic/conf; type=text; label= Comma-sep. list of queries: 'ALL' for all types of queries. 'None' for none. ALL, SQL (only sql() and sql_query() ), SELECT, UPDATE, INSERT, DELETE
QUERIES = ALL
  # cat=basic/conf; type=text; label= Comma-sep. list of tables: 'ALL' for all tables. 'None' for none. List of tables that generate debug-messages.
TABLES = ALL
  # cat=basic/conf; type=text; label= Comma-sep. list of tables to exclude: List of tables that do not generate debug-message. Use this if you set TABLES to ALL.
EXCLUDETABLES = information_schema,be_groups,be_sessions,be_users,cache_extensions,cache_hash,cache_imagesizes,cache_pages,cache_pagesection,cache_treelist,fe_groups,fe_sessions,fe_session_data,fe_users,pages,pages_language_overlay,static_countries,static_country_zones,static_currencies,static_languages,static_taxes,static_template,sys_domain,sys_category_record_mm,sys_lockedrecords,sys_refindex,sys_file,sys_file_metadata,sys_file_processedfile,sys_file_reference,sys_file_storage,sys_registry,sys_template,sys_redirect,tt_content,tx_rsaauth_keys,cache_hash_tags,cache_pages_tags,cache_rootline,cache_rootline_tags,index_grlist,index_phash
# cat=basic/conf; type=text; label= Comma-sep. list of Page-IDs: 0 for all pages. -1 for none. Else list Page-IDs where debug-output has to be generated.
PAGES = 0
  # cat=basic/conf; type=text; label= Comma-sep. list of FeUser-IDs: 0 or empty for all fe_users (even without login). Else list FeUser-IDs where debug-output has to be generated.
FEUSERS = 0
  # cat=basic/conf; type=boolean; label= Add Backtrace: Set to 1, if you need debug_backtrace for all sql() and sql_query() calls
BTRACE_SQL = 0
  # cat=basic/conf; type=int+; label= Backtrace limit: Maximum number of characters contained in the debug backtrace
BTRACE_LIMIT = 256
  # cat=basic/conf; type=boolean; label= Textformat: defines that the output is only in text format and not an array as for debug. Arrays are converted into normal text before the output function is called. Use this if you have set error_log as OUTPUT.
TEXTFORMAT = 0
  # cat=basic/conf; type=boolean; label= TCA: defines that the $GLOBALS['TCA'] for a table must be set to generate an output
TCA = 0
  # cat=basic/conf; type=text; label= Ticker: Minimum time in miliseconds for the duration of SQL queries which should be reported.
TICKER =
  # cat=basic/conf; type=options[OFF=0,use the debug=1,use the file writer=2,use both=3]; label= File Writer: Activate the File Writer to debug SQL messages in the file typo3temp/log/database_%s.log'.
FILEWRITER = 0


