From 5483c81d3093830dbcc132bfb1426c59ed2a8e57 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 5 Oct 2015 09:22:24 +0200 Subject: runtime_tools: Explain that dbg:stop only clears local trace patterns --- lib/runtime_tools/doc/src/dbg.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/runtime_tools/doc/src/dbg.xml b/lib/runtime_tools/doc/src/dbg.xml index d31ccd834d..5daf2c4940 100644 --- a/lib/runtime_tools/doc/src/dbg.xml +++ b/lib/runtime_tools/doc/src/dbg.xml @@ -1028,9 +1028,9 @@ hello Stop the dbgserver and the tracing of all processes.

Stops the dbg server and clears all trace flags for - all processes and all trace patterns for all functions. Also + all processes and all local trace patterns for all functions. Also shuts down all trace clients and closes all trace ports.

-

Note that no trace patterns are affected by this +

Note that no global trace patterns are affected by this function.

@@ -1038,8 +1038,7 @@ hello stop_clear() -> ok Stop the dbgserver and the tracing of all processes, and clears trace patterns. -

Same as stop/0, but also clears all trace patterns on local - and global functions calls.

+

Same as stop/0, but also clears all trace patterns on global functions calls.

-- cgit v1.2.3