diff options
author | Leo Liu <[email protected]> | 2015-04-28 13:30:27 +0800 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-05-26 13:30:24 +0200 |
commit | 288798c8f712062315486fe1a24eb567d021b0ca (patch) | |
tree | 3467d4f91de58a852389c10542876f244ff0754c /lib/debugger/src/int.erl | |
parent | ddfbbcbbd489913120a55b2a054b046c68b40a8a (diff) | |
download | otp-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.erl | 2 |
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}} |