aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_wx_mon.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2014-12-09 10:05:57 +0100
committerDan Gudmundsson <[email protected]>2014-12-09 10:05:57 +0100
commit6d9e36c740dee112e502e7c8332fbe5e983a13ab (patch)
tree7213229f3da1b5020358ffcda006c089e7bf2359 /lib/debugger/src/dbg_wx_mon.erl
parent342bf3c6500770fdd9ef5862d87a28d350e91b4b (diff)
parentaa1e961f4dc6250f1ccbfbf150cae8dbef1503e9 (diff)
downloadotp-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/dbg_wx_mon.erl')
-rw-r--r--lib/debugger/src/dbg_wx_mon.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_wx_mon.erl b/lib/debugger/src/dbg_wx_mon.erl
index 4ab03985d3..aed86f5232 100644
--- a/lib/debugger/src/dbg_wx_mon.erl
+++ b/lib/debugger/src/dbg_wx_mon.erl
@@ -414,7 +414,7 @@ gui_cmd({'Trace Window', TraceWin}, State) ->
State2 = State#state{tracewin=TraceWin},
case State#state.attach of
false -> ignore;
- {Flags, {dbg_ui_trace, start, StartFlags}} ->
+ {Flags, {dbg_wx_trace, start, StartFlags}} ->
case trace_function(State2) of
{_, _, StartFlags} -> ignore;
NewFunction -> % {_, _, NewStartFlags}