aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-06-04 16:15:05 +0200
committerZandra Hird <[email protected]>2015-06-04 16:15:05 +0200
commitccb7207b8ee271048905ef9b11448f98c645d533 (patch)
tree24588505b2f28806748d925195d2cbf5d15e74c6 /lib/debugger
parent139c4ae88b249a569814e3dc2d5b82806d35705e (diff)
parent288798c8f712062315486fe1a24eb567d021b0ca (diff)
downloadotp-ccb7207b8ee271048905ef9b11448f98c645d533.tar.gz
otp-ccb7207b8ee271048905ef9b11448f98c645d533.tar.bz2
otp-ccb7207b8ee271048905ef9b11448f98c645d533.zip
Merge branch 'zhird/leoliu/dbg_wx_trace/arg-to-gui_enable_updown'
* zhird/leoliu/dbg_wx_trace/arg-to-gui_enable_updown: Fix argument to gui_enable_updown in dbg_wx_trace:init/6
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/src/dbg_wx_trace.erl2
-rw-r--r--lib/debugger/src/int.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/debugger/src/dbg_wx_trace.erl b/lib/debugger/src/dbg_wx_trace.erl
index 4438466bb0..ffdfc46496 100644
--- a/lib/debugger/src/dbg_wx_trace.erl
+++ b/lib/debugger/src/dbg_wx_trace.erl
@@ -140,7 +140,7 @@ init(Pid, Parent, Meta, TraceWin, BackTrace, Strings) ->
int:meta(Meta, trace, State3#state.trace),
- gui_enable_updown(stack_trace, {1,1}),
+ gui_enable_updown(State3#state.stack_trace, {1,1}),
gui_enable_btrace(false, false),
dbg_wx_trace_win:display(Win,idle),
diff --git a/lib/debugger/src/int.erl b/lib/debugger/src/int.erl
index 33954ca82c..6f84ca3bca 100644
--- a/lib/debugger/src/int.erl
+++ b/lib/debugger/src/int.erl
@@ -365,7 +365,7 @@ stop() ->
%% function will receive the following messages:
%% {int, {interpret, Mod}}
%% {int, {no_interpret, Mod}}
-%% {int, {new_process, Pid, Function, Status, Info}}
+%% {int, {new_process, {Pid, Function, Status, Info}}}
%% {int, {new_status, Pid, Status, Info}}
%% {int, {new_break, {Point, Options}}}
%% {int, {delete_break, Point}}