From 875fd93c65810378dd377604bea67c4c1f933b87 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 3 Aug 2011 15:40:07 +0200 Subject: Add two additional built-in trace patterns, c and cx c means [{'_',[],[{message,{caller}}]}] cx means [{'_',[],[{exception_trace},{message,{caller}}]}] --- lib/runtime_tools/doc/src/dbg.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/runtime_tools/doc') diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index 0e63649c09..df4cdf7cab 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -528,6 +528,10 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard) c

Match specifications used can be saved in a file (if a read-write file system is present) for use in later debugging sessions, see wtp/1 and rtp/1

+

There are three built-in trace patterns: + x, c and cx. They represent an + exception trace, caller trace and a caller and exception trace + respectively.

-- cgit v1.2.3