diff options
author | Hans Bolinder <[email protected]> | 2017-04-28 09:26:52 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-04-28 09:26:52 +0200 |
commit | e984e201381e1c70679b628022a1218d5090ce55 (patch) | |
tree | 231a3bf46f34981f4dd44951169a6ac95c83ab53 /lib/debugger/doc/src/debugger_chapter.xml | |
parent | b674f7b827dec8fd220b858fba1a7d093594cc0b (diff) | |
parent | ee2dde4f7f8508d58a9e1b16da66e26f99cf1cc0 (diff) | |
download | otp-e984e201381e1c70679b628022a1218d5090ce55.tar.gz otp-e984e201381e1c70679b628022a1218d5090ce55.tar.bz2 otp-e984e201381e1c70679b628022a1218d5090ce55.zip |
Merge branch 'hasse/stdlib/fix_qlc_bug/OTP-14296'
* hasse/stdlib/fix_qlc_bug/OTP-14296:
stdlib: Fix a test in sofs_SUITE
debugger: Improve handling of pids, ports, and refs
stdlib: Improve handling of pids, ports, and refs in qlc
stdlib: Improve the Erlang shell's handling of references
Diffstat (limited to 'lib/debugger/doc/src/debugger_chapter.xml')
-rw-r--r-- | lib/debugger/doc/src/debugger_chapter.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/debugger/doc/src/debugger_chapter.xml b/lib/debugger/doc/src/debugger_chapter.xml index 45dfdb3776..3c37d4b924 100644 --- a/lib/debugger/doc/src/debugger_chapter.xml +++ b/lib/debugger/doc/src/debugger_chapter.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1997</year><year>2016</year> + <year>1997</year><year>2017</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -652,8 +652,10 @@ c_break(Bindings) -> <item><p>The Bindings area, displaying all variables bindings. If you click a variable name, the value is displayed in the Evaluator area. Double-click a variable name to open a window where - the variable value can be edited. Notice however that pid, - reference, binary, or port values cannot be edited.</p> + the variable value can be edited. Notice however that pid, port, + reference, or fun + values cannot be edited unless they can be represented in the + running system.</p> </item> <item><p>The Trace area, which displays a trace output for the |