From aa1e961f4dc6250f1ccbfbf150cae8dbef1503e9 Mon Sep 17 00:00:00 2001
From: Dan Gudmundsson
Date: Mon, 8 Dec 2014 09:40:59 +0100
Subject: debugger: Do not use the old removed gs functionality
dbg_ui_trace module was invoked even though the module had been removed.
---
lib/debugger/doc/src/i.xml | 2 +-
lib/debugger/doc/src/int.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'lib/debugger/doc/src')
diff --git a/lib/debugger/doc/src/i.xml b/lib/debugger/doc/src/i.xml
index fb7641c30e..7564da79b3 100644
--- a/lib/debugger/doc/src/i.xml
+++ b/lib/debugger/doc/src/i.xml
@@ -211,7 +211,7 @@
the result of calling the shell function pid(X,Y,Z).
An attached process is expected to call the unofficial
int:attached(Pid) function and to be able to handle
- messages from the interpreter, see dbg_ui_trace.erl for
+ messages from the interpreter, see dbg_wx_trace.erl for
an example.
diff --git a/lib/debugger/doc/src/int.xml b/lib/debugger/doc/src/int.xml
index 3a5886ceb9..96d0d7f83d 100644
--- a/lib/debugger/doc/src/int.xml
+++ b/lib/debugger/doc/src/int.xml
@@ -49,7 +49,7 @@
execution. This is done by sending and receiving information
to/from the process via a third process, called the meta process.
It is possible to implement your own attached process. See
- int.erl for available functions and dbg_ui_trace.erl
+ int.erl for available functions and dbg_wx_trace.erl
for possible messages.
The interpreter depends on the Kernel, STDLIB and GS
--
cgit v1.2.3