From 288798c8f712062315486fe1a24eb567d021b0ca Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 28 Apr 2015 13:30:27 +0800 Subject: Fix argument to gui_enable_updown in dbg_wx_trace:init/6 Fix comment on new_process message in int:subscribe/0 --- lib/debugger/src/int.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debugger/src/int.erl') 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}} -- cgit v1.2.3