aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/int.erl
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2015-04-28 13:30:27 +0800
committerZandra Hird <[email protected]>2015-05-26 13:30:24 +0200
commit288798c8f712062315486fe1a24eb567d021b0ca (patch)
tree3467d4f91de58a852389c10542876f244ff0754c /lib/debugger/src/int.erl
parentddfbbcbbd489913120a55b2a054b046c68b40a8a (diff)
downloadotp-288798c8f712062315486fe1a24eb567d021b0ca.tar.gz
otp-288798c8f712062315486fe1a24eb567d021b0ca.tar.bz2
otp-288798c8f712062315486fe1a24eb567d021b0ca.zip
Fix argument to gui_enable_updown in dbg_wx_trace:init/6
Fix comment on new_process message in int:subscribe/0
Diffstat (limited to 'lib/debugger/src/int.erl')
-rw-r--r--lib/debugger/src/int.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/int.erl b/lib/debugger/src/int.erl
index 908390ce50..375959c803 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}}