tramp-compat-condition-case-unless-debug

tramp-compat-condition-case-unless-debug is an alias for `condition-case-unless-debug' in `tramp-compat.el'.

(tramp-compat-condition-case-unless-debug VAR BODYFORM &rest HANDLERS)

Like `condition-case' except that it does not prevent debugging.
More specifically if `debug-on-error' is set then the debugger will be invoked
even if this catches the signal.