aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/i.erl
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/src/i.erl
parenteae9bc5a7a5875c1e37000b90b73927951f85ba8 (diff)
parent6d9e36c740dee112e502e7c8332fbe5e983a13ab (diff)
downloadotp-3d74c34a07a809c21ec028624f935d9ae9f8081c.tar.gz
otp-3d74c34a07a809c21ec028624f935d9ae9f8081c.tar.bz2
otp-3d74c34a07a809c21ec028624f935d9ae9f8081c.zip
Merge branch 'maint'
Diffstat (limited to 'lib/debugger/src/i.erl')
-rw-r--r--lib/debugger/src/i.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugger/src/i.erl b/lib/debugger/src/i.erl
index 5805501524..0afb998097 100644
--- a/lib/debugger/src/i.erl
+++ b/lib/debugger/src/i.erl
@@ -250,7 +250,7 @@ ist(Flag) ->
%% -------------------------------------------
iaa(Flag) ->
- iaa(Flag,{dbg_ui_trace,start,[]}).
+ iaa(Flag,{dbg_wx_trace,start,[]}).
%% -------------------------------------------
%% Set the automatic attachment flag.
@@ -271,7 +271,7 @@ iaa(Flag,Fnk) ->
%% -------------------------------------------
ia(Pid) ->
- ia(Pid,{dbg_ui_trace,start}).
+ ia(Pid,{dbg_wx_trace,start}).
%% -------------------------------------------
%% Attach to process.