In all Debugger commands, you can abbreviate the names of objects and breakpoints.
To abbreviate, you type a wildcard symbol (*) anywhere in the name. The symbol means that any sequence of characters may replace it. The specified command is then applied to all objects, whose names match the pattern. For example, the command sets a trace on all the states whose names begin with the letter “s” including the state whose name is S.:
The following command sets a trace for all states whose names begin with the letter “a” and end with the letter “t” and which belong to charts whose names begin with the letter “e”.:
The command deletes all breakpoints whose names contain the letter “b” immediately followed by the letter “p”.:
Note: The use of SET BREAK requires explicit use of the breakpoint name. No wildcards are permitted.