diff options
author | Siri Hansen <[email protected]> | 2016-04-21 17:28:20 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-05-19 15:21:51 +0200 |
commit | b41327bb7f006c1379301336b9b9d6c1e077f34e (patch) | |
tree | 0b71c1324ec6aea540a84cf7e1e618eed598b7e0 /lib/observer/doc | |
parent | 96175f1ebfd109f1268898d68a735ec5a16e9933 (diff) | |
download | otp-b41327bb7f006c1379301336b9b9d6c1e077f34e.tar.gz otp-b41327bb7f006c1379301336b9b9d6c1e077f34e.tar.bz2 otp-b41327bb7f006c1379301336b9b9d6c1e077f34e.zip |
[observer] Add functionality in GUI for trace pattern on messages
Diffstat (limited to 'lib/observer/doc')
-rw-r--r-- | lib/observer/doc/src/observer_ug.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/observer/doc/src/observer_ug.xml b/lib/observer/doc/src/observer_ug.xml index ca354df864..be5d249f37 100644 --- a/lib/observer/doc/src/observer_ug.xml +++ b/lib/observer/doc/src/observer_ug.xml @@ -254,7 +254,13 @@ <p> If function calls are traced, trace patterns must be added by clicking button <em>Add Trace Pattern</em>. Select a module, function(s), and a match specification. - If no functions are selected, all functions in the module are traced. + If no functions are selected, all functions in the module are traced.</p> + <p> + Trace patterns can also be added for traced messages. This is + done in the same way as for traced function calls. Separate + trace patterns must be set for sent and received messages. + </p> + <p> A few basic match specifications are provided in the tool, and you can provide your own match specifications. The syntax of match specifications is described in the <seealso |