blob: 1c05e944392470cf7757be2177b3ba50c9889e6c [file] [log] [blame]
SYNOPSIS
xtrace <object>
DESCRIPTION
Trace all function calls with arguments and their return values of
the specified object. Without any argument turns the tracing off again.
EXAMPLE
xtrace $me.buggything
Lets debug an buggy object.
xtrace
Turn debugging off.