How to debug SemanticScuttle ============================ Database queries ---------------- In config.php, enable debugMode. Further, add the following there: ------- register_shutdown_function( create_function('', <<sql_report('display'); FNC ) ); ------ To see database queries in SemanticScuttle, add > ?explain=1 to your URL.