From b1ee66711e447a1666b07d9160ee28d096c17064 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Tue, 6 Aug 2013 12:20:01 +0200 Subject: Allow 'silent' flag to be set with dbg:p/2 This flag, which silences call trace, can be set with erlang:trace/3, but was not allowed in dbg:p/2. This has been corrected. --- lib/runtime_tools/doc/src/dbg.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/runtime_tools/doc/src/dbg.xml') diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index d8c82b2459..36b3b51a99 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -244,7 +244,7 @@ Error: fun containing local erlang function calls ('is_atomm' called in guard)\ all -

Sets all flags.

+

Sets all flags except silent.

clear -- cgit v1.2.3