summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
committerErlang/OTP <otp@erlang.org>2021-05-10 16:06:07 +0200
commite79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d (patch)
tree88a408d6bf5011253069ea39b75a5c15868b5716 /lib/debugger
parentf238fdbd379882af30445453afd163a09d242e44 (diff)
downloaderlang-e79b7f9c9a8ecc9afdca4f7cc72f250e0bff2f9d.tar.gz
Prepare release
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/doc/src/notes.xml33
-rw-r--r--lib/debugger/vsn.mk2
2 files changed, 34 insertions, 1 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml
index 5e3f2ce878..c9b644105d 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -33,6 +33,39 @@
<p>This document describes the changes made to the Debugger
application.</p>
+<section><title>Debugger 5.1</title>
+
+ <section><title>Improvements and New Features</title>
+ <list>
+ <item>
+ <p>
+ Extended error information for failing BIF calls as
+ proposed in <url
+ href="https://github.com/erlang/eep/blob/master/eeps/eep-0054.md">EEP
+ 54</url> has been implemented.</p>
+ <p>
+ When a BIF call from the Erlang shell fails, more
+ information about which argument or arguments that were
+ in error will be printed. The same extended error
+ information will by <c>proc_lib</c>, <c>common_test</c>,
+ and <c>qlc</c> when BIF calls fail.</p>
+ <p>
+ For applications that wish to provide the same extended
+ error information, there are new functions
+ <c>erl_error:format_exception/3</c> and
+ <c>erl_error:format_exception/4</c>.</p>
+ <p>
+ There is a new <c>error/3</c> BIF that allows
+ applications or libraries to provide extended error
+ information in the same way for their own exceptions.</p>
+ <p>
+ Own Id: OTP-16686</p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Debugger 5.0</title>
<section><title>Improvements and New Features</title>
diff --git a/lib/debugger/vsn.mk b/lib/debugger/vsn.mk
index 8e334a00f5..a4fdf366f3 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 5.0
+DEBUGGER_VSN = 5.1