diff options
author | Hans Nilsson <[email protected]> | 2014-12-09 12:02:51 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-12-09 12:02:51 +0100 |
commit | f8006fa8e7f0a1897aabda7be2839011c957a4f5 (patch) | |
tree | bdc80552b7d1e1909e7b79223fc704f52a391dd8 /lib/debugger/src/i.erl | |
parent | 28a7e288bda01a05a569a8d884a7b348e746be6e (diff) | |
parent | 36bb962f0bb0d35cdc62a07b4db91116e1a5ebe2 (diff) | |
download | otp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.tar.gz otp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.tar.bz2 otp-f8006fa8e7f0a1897aabda7be2839011c957a4f5.zip |
Merge remote-tracking branch 'upstream/maint' into maint
Diffstat (limited to 'lib/debugger/src/i.erl')
-rw-r--r-- | lib/debugger/src/i.erl | 4 |
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. |