blob: 1c05e944392470cf7757be2177b3ba50c9889e6c [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xtrace <object>
3
4DESCRIPTION
5 Trace all function calls with arguments and their return values of
6 the specified object. Without any argument turns the tracing off again.
7
8EXAMPLE
9 xtrace $me.buggything
10 Lets debug an buggy object.
11
12 xtrace
13 Turn debugging off.
14