diff options
author | Vlad Dumitrescu <[email protected]> | 2014-03-10 09:11:53 +0100 |
---|---|---|
committer | Vlad Dumitrescu <[email protected]> | 2014-03-10 09:18:38 +0100 |
commit | 99ebcaa479918ab117c75af5e4763fa590737240 (patch) | |
tree | 27070a4ba89a3332c8a0b4686a29fd81f51c3540 /lib/debugger | |
parent | 870737ab657433c5e8751255fe3c4d298202d142 (diff) | |
download | otp-99ebcaa479918ab117c75af5e4763fa590737240.tar.gz otp-99ebcaa479918ab117c75af5e4763fa590737240.tar.bz2 otp-99ebcaa479918ab117c75af5e4763fa590737240.zip |
remove reference to dbg_wx_edit* modules that don't exist
Diffstat (limited to 'lib/debugger')
-rw-r--r-- | lib/debugger/src/debugger.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/debugger/src/debugger.erl b/lib/debugger/src/debugger.erl index 8a2ac28df5..77fd0acb70 100644 --- a/lib/debugger/src/debugger.erl +++ b/lib/debugger/src/debugger.erl @@ -51,12 +51,6 @@ %% ------------------------------ %% Help window for creating new breakpoints. %% -%% dbg_wx_edit, dbg_wx_edit_win -%% -------------------------------------- -%% Help window for editing terms, used for setting backtrace size -%% (i.e. how many stack frames to display in the attach process window) -%% and changing variable values. -%% %% dbg_wx_interpret, dbg_wx_filedialog_win %% -------------------------------------- %% Help window for selecting modules to interpret. |