aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/doc/src/int.xml
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-12-09 10:10:42 +0100
committerDan Gudmundsson <[email protected]>2014-12-09 10:10:42 +0100
commit3d74c34a07a809c21ec028624f935d9ae9f8081c (patch)
treec32ba9288f50e89ba5daa41d9d55dcd1c8d4256e /lib/debugger/doc/src/int.xml
parenteae9bc5a7a5875c1e37000b90b73927951f85ba8 (diff)
parent6d9e36c740dee112e502e7c8332fbe5e983a13ab (diff)
downloadotp-3d74c34a07a809c21ec028624f935d9ae9f8081c.tar.gz
otp-3d74c34a07a809c21ec028624f935d9ae9f8081c.tar.bz2
otp-3d74c34a07a809c21ec028624f935d9ae9f8081c.zip
Merge branch 'maint'
Diffstat (limited to 'lib/debugger/doc/src/int.xml')
-rw-r--r--lib/debugger/doc/src/int.xml2
1 files changed, 1 insertions, 1 deletions
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
- <c>int.erl</c> for available functions and <c>dbg_ui_trace.erl</c>
+ <c>int.erl</c> for available functions and <c>dbg_wx_trace.erl</c>
for possible messages.</p>
<p>The interpreter depends on the Kernel, STDLIB and GS