Index: branches/unlabeled/unlabeled-1.14.2/tools/debug_sample.php =================================================================== diff -u -r7396 -r7790 --- branches/unlabeled/unlabeled-1.14.2/tools/debug_sample.php (.../debug_sample.php) (revision 7396) +++ branches/unlabeled/unlabeled-1.14.2/tools/debug_sample.php (.../debug_sample.php) (revision 7790) @@ -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 );