Debugger Release Notes
Debugger 2.2.2
-
Problem with unreadable font on platforms where 'screen' is
not available, is now fixed. 'Courier' is chosen instead.
(Own Id: OTP-4868)
Debugger 2.2.1
-
Problem with varying font size in trace window fixed.
(Own Id: OTP-4837)
-
File name for where to find documentation ('Help' button)
is now correct.
(Own Id: OTP-4839)
-
If GS was unavailable,
debugger:start()
hanged.
Now a tuple {error,Reason}
is returned instead.
(Own Id: OTP-4842)
Debugger 2.2
Fixed errors and malfunctions
-
Using several 'and's and 'or's in guards could crash the debugger.
(Own Id: OTP-4630)
Debugger 2.1
Fixed errors and malfunctions
-
The Debugger can now handle more than 50 processes without crashing.
Attach windows for dead processes will now disappear if
Edit->Clear is selected.
All modules in a directory are now shown
in the interpret dialog, but modules which are not compiled with the
debug_info flag are shown in parenthesis.
A few other bugs related
to error handling and popup windows are also fixed.
(Own Id: OTP-4495)
-
The Debugger handles funs somewhat better.
There are also release notes for
older versions.