To see the alias for a path, use drupal_get_path_alias.(http://api.drupal.org/api/function/drupal_get_path_alias)

To see the original path before aliasing, use $_GET['q']

Requires Token module.