diff options
author | Siri Hansen <[email protected]> | 2013-08-06 12:20:01 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-08-06 12:20:01 +0200 |
commit | b1ee66711e447a1666b07d9160ee28d096c17064 (patch) | |
tree | 4a9d44096878ab8f7e95fcadf6dab1948cb8ac2a /lib/runtime_tools/doc/src | |
parent | 0fad6449c7ec48aa7454880b5a1caf0f2580b33f (diff) | |
download | otp-b1ee66711e447a1666b07d9160ee28d096c17064.tar.gz otp-b1ee66711e447a1666b07d9160ee28d096c17064.tar.bz2 otp-b1ee66711e447a1666b07d9160ee28d096c17064.zip |
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.
Diffstat (limited to 'lib/runtime_tools/doc/src')
-rw-r--r-- | lib/runtime_tools/doc/src/dbg.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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)\ </item> <tag><c>all</c></tag> <item> - <p>Sets all flags.</p> + <p>Sets all flags except <c>silent</c>.</p> </item> <tag><c>clear</c></tag> <item> |