Index: trunk/tools/debug_sample.php =================================================================== diff -u -N -r7391 -r7867 --- trunk/tools/debug_sample.php (.../debug_sample.php) (revision 7391) +++ trunk/tools/debug_sample.php (.../debug_sample.php) (revision 7867) @@ -31,6 +31,11 @@ // 'DBG_VALIDATE_CONFIGS' => 1, // Check that config fields match ones from database // 'DBG_SHOW_TAGS' => 1, // Show tags beeing processed +// 'DBG_PRE_PARSE' => 1, // Show new compiled functions in debugger +// 'DBG_SHOW_TREE_PRIORITY'=> 1, // Show tree node priority +// 'DBG_SKIP_AJAX' => 1, // Don't debug AJAX requests +// 'DBG_PAYMENT_GW' => 1, // All requests to payment gateways goes in TEST MODE +// 'DBG_IMAGE_RECOVERY' => 1, // Don't replace missing images with noimage.gif );