summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorHenrik Nord <henrik@erlang.org>2021-02-24 09:54:27 +0100
committerHenrik Nord <henrik@erlang.org>2021-02-24 09:54:27 +0100
commit017a28c22dedafa51988bd431c8dd554c6d85184 (patch)
tree93ac31f03700315d15a2a13bd2d39affe8ca95e0 /lib/debugger
parent946e2b69e40f7c7595e2bb49738fb9639161c315 (diff)
downloaderlang-017a28c22dedafa51988bd431c8dd554c6d85184.tar.gz
Revert "Prepare release"
This reverts commit bbc0f3386c2546af25936730742d8dee1664f1dd.
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/doc/src/notes.xml33
-rw-r--r--lib/debugger/vsn.mk2
2 files changed, 1 insertions, 34 deletions
diff --git a/lib/debugger/doc/src/notes.xml b/lib/debugger/doc/src/notes.xml
index c9b644105d..5e3f2ce878 100644
--- a/lib/debugger/doc/src/notes.xml
+++ b/lib/debugger/doc/src/notes.xml
@@ -33,39 +33,6 @@
<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 a4fdf366f3..8e334a00f5 100644
--- a/lib/debugger/vsn.mk
+++ b/lib/debugger/vsn.mk
@@ -1 +1 @@
-DEBUGGER_VSN = 5.1
+DEBUGGER_VSN = 5.0