diff --git a/h-m-m b/h-m-m index 874dc93..7772d2b 100755 --- a/h-m-m +++ b/h-m-m @@ -115,6 +115,19 @@ config($mm, 'clipboard_file', "/tmp/h-m-m"); config($mm, 'clipboard_in_command', ""); config($mm, 'clipboard_out_command', ""); + +if (isset($mm['arguments']['debug_config'])) +{ + echo "1. the config arguments:\n"; + print_r($mm['arguments']); + echo "2. the environment variables:\n"; + print_r($mm['env']); + echo "3. the config file:\n"; + print_r($mm['config']); + exit; +} + + $clipboard = '';