1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.2 -->
<HTML>
<HEAD>
<TITLE>Debugger Release Notes
</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 Debugger Release Notes
</H2>
<P>This document describes the changes made to the Debugger application.
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Debugger 2.3</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Several problems in the 64-bit emulator has been
corrected. For instance, the emulator could crash while
running the debugger.
<BR>
Own Id: OTP-5146
<BR>
</LI>
</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 Debugger 2.2.2</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Several issues fixed, matching binaries could crash,
exit/throw handling could hang and calling fun's could
crash.
<BR>
Own Id: OTP-4845 Aux Id: seq8290
<BR>
</LI>
<LI>
The debugger could not load code with some guard tests.
<BR>
Own Id: OTP-4859 Aux Id: seq8464
<BR>
</LI>
<LI>
Problem with unreadable font on platforms where 'screen'
is not available, is now fixed. 'Courier' is chosen
instead.
<BR>
Own Id: OTP-4868
<BR>
</LI>
</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 Debugger 2.2.1</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Problem with varying font size in trace window fixed.
<BR>
Own Id: OTP-4837
<BR>
</LI>
<LI>
File name for where to find documentation ('Help' button)
is now correct.
<BR>
Own Id: OTP-4839
<BR>
</LI>
<LI>
If GS was unavailable, <CODE>debugger:start()</CODE> hanged.
Now a tuple <CODE>{error,Reason}</CODE> is returned instead.
<BR>
Own Id: OTP-4842
<BR>
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2004
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|