diff options
author | Dan Gudmundsson <[email protected]> | 2014-12-09 10:05:57 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2014-12-09 10:05:57 +0100 |
commit | 6d9e36c740dee112e502e7c8332fbe5e983a13ab (patch) | |
tree | 7213229f3da1b5020358ffcda006c089e7bf2359 /lib/debugger/src/i.erl | |
parent | 342bf3c6500770fdd9ef5862d87a28d350e91b4b (diff) | |
parent | aa1e961f4dc6250f1ccbfbf150cae8dbef1503e9 (diff) | |
download | otp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.tar.gz otp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.tar.bz2 otp-6d9e36c740dee112e502e7c8332fbe5e983a13ab.zip |
Merge branch 'dgud/debugger/still-invoked-gs-functions/OTP-12357' into maint
* dgud/debugger/still-invoked-gs-functions/OTP-12357:
debugger: Do not use the old removed gs functionality
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. |