diff options
author | Erlang/OTP <[email protected]> | 2016-05-11 17:22:23 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-05-11 17:22:23 +0200 |
commit | bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a (patch) | |
tree | acfd657ec7a84bc10503b9c0d00b6b4514ae2725 /lib/debugger/doc | |
parent | 3aa1148cf76915e6ea27b9cc34e388ad85d7da4d (diff) | |
download | otp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.tar.gz otp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.tar.bz2 otp-bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.zip |
Prepare release
Diffstat (limited to 'lib/debugger/doc')
-rw-r--r-- | lib/debugger/doc/src/notes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml index 3028d8dd41..2e0d834269 100644 --- a/lib/debugger/doc/src/notes.xml +++ b/lib/debugger/doc/src/notes.xml @@ -33,6 +33,22 @@ <p>This document describes the changes made to the Debugger application.</p> +<section><title>Debugger 4.2</title> + + <section><title>Improvements and New Features</title> + <list> + <item> + <p>When the debugger searches for source files, it will + also use the location of the source in the compilation + information part of the BEAM file.</p> + <p> + Own Id: OTP-13375</p> + </item> + </list> + </section> + +</section> + <section><title>Debugger 4.1.2</title> <section><title>Improvements and New Features</title> |