diff options
author | Zandra Hird <[email protected]> | 2015-06-04 16:15:05 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-06-04 16:15:05 +0200 |
commit | ccb7207b8ee271048905ef9b11448f98c645d533 (patch) | |
tree | 24588505b2f28806748d925195d2cbf5d15e74c6 /lib/debugger/src/int.erl | |
parent | 139c4ae88b249a569814e3dc2d5b82806d35705e (diff) | |
parent | 288798c8f712062315486fe1a24eb567d021b0ca (diff) | |
download | otp-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/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 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}} |