Skip to main content
summaryrefslogtreecommitdiffstats
blob: eba1cdb3aadecbe92d522c0c3308b59607c65404 (plain) (blame)
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="IBM">
   <meta name="GENERATOR" content="Mozilla/4.75 [en] (WinNT; U) [Netscape]">
   <title>Java Debug Release Notes</title>
</head>
<body>
<h1>
Eclipse Platform Build Notes&nbsp;<br>
Platform Debug</h1>
November ??, 2001
<h3>
What's new in this drop</h3>
<ul>
</ul>

<h3>
Problem Reports Fixed</h3>

<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6321">6321</a>: Console IOException <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6216">6216</a>: Help for debug views in 1.0 <br>

<h3>
Problem Reports Closed</h3>

<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1715">1715</a>: Consider removing state change actions from BreakpointsView (1GKKT90)<br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1559">1559</a>: Debugger doesn't pop to front when breakpoint hit (1GD7P7D) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1564">1564</a>: README: printf's in native code only show up in console at the end of execution (1GD80QZ) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1588">1588</a>: README: System.exit(0) from Scrapbook (1GE8JU3) <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5485">5485</a>: NPE if missing launcher when using launch history <br>
<a href="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1770">1770</a>: Last launch not updated upon deletion (1GLEANH) <br>

<h1>
Eclipse Platform Build Notes&nbsp;<br>
Platform Debug</h1>
November 27, 2001
<h3>
What's new in this drop</h3>
<ul>
<li>Procedural Debug API - new debug element interfaces have been defined to support the notion of registers,
register groups, memory blocks, and memory block retrieval:
	<ul>
	<li>IRegister - a register in a register group</li>
	<li>IRegisterGroup - register groups are available from each stack frame (that supports registers)</li>
	<li>IMemoryBlock - a contiguos block of bytes from memory allocated by a running program</li>
	<li>IMemoryBlockRetrieval - support to retrieve arbitrary blocks of memory from a running program</li>
	</ul>
</li>
</ul>

<h3>
Problem Reports Fixed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1720">1720</A>: Issue: breakpoint manager breaks lazy plug-in load rule (1GK<br>

<h3>
Problem Reports Closed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=6097">6097</A>: The inspector is not refresh<br>

<h1>
Eclipse Platform Build Notes&nbsp;<br>
Platform Debug</h1>
November 20, 2001
<h3>
What's new in this drop</h3>
<ul>
<li>API Change - method addition - @see ILaunch.getLaunchConfiguration(). This does
not break any clients, as the only implementation of ILaunch is org.eclipse.debug.core.Launch,
which has been updated.</li>
<li>API Change - method return value - @see ILaunch.getLauncher(). A launch
is now allowed to return null for #getLauncher() when it was created by a launch
configuration rather than a launcher. This does not break any clients, as launch configurations
are not in use yet. The main client that will have to be updated is the Debug UI.</li>
<li>New debug preference - "Build (if required) before launch"</li>
</ul>

<h3>
Problem Reports Fixed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=4023">4023</A>: Prompt user for save and build before run  (1GGCBO0)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5818">5818</A>: Debugger Source Lookup page claims project is closed<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5895">5895</A>: NPE out of the Console view on shutdown<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5896">5896</A>: NPE out of LaunchManagerVisitor on shutdown<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=1623">1623</A>: StackFrame selected but toolbar actions disable (1GEV0L7)<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5681">5681</A>: Show debug perspective doesn't reuse my perspective<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5909">5909</A>: Should have terminate on Debug menu<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5582">5582</A>: Keyboard shortcut for run/debug<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5789">5789</A>: Console Empty on Hello World Examples<br>

<h3>
Problem Reports Closed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5951">5951</A>: Console buffer not flushed?<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5946">5946</A>: NPE  in LaunchManagerVisitor<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5808">5808</A>: Console output being lost<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5925">5925</A>: DebugView does not survive platform crash<br>

<h1>
Eclipse Platform Build Notes&nbsp;<br>
Platform Debug</h1>
November 13, 2001
<h3>
What's new in this drop</h3>

<h3>
Problem Reports Fixed</h3>


<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5360">5360</A>: ListenerList#removeAll<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5613">5613</A>: Debugger hangs when it hits breakpoints during self hosting<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=4269">4269</A>: Simplifying debugger perspective (1GKRAWI)<br>


<h3>
Problem Reports Closed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5588">5588</A>: General Protection Fault double clicking on breakpoint in th<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5795">5795</A>: Reached Breakpoint, but no stacktrace<br>

<h1>
Eclipse Platform Build Notes&nbsp;<br>
Platform Debug</h1>
November 12, 2001
<h3>
What's new in this drop</h3>
<ul>
<li>Draft definition and infrastructure for launch configurations.</li>
<li>API Change: Presentation of variable value details allows for long running
computation. @see IDebugModelPresentation.computeDetail(IValue, IValueDetailListener). @see IValueDetailListener.
</ul>

<h3>
Problem Reports Fixed</h3>

<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5686">5686</A>: Launch/Run actions should be available on menubar<br>
<A HREF="http://bugs.eclipse.org/bugs/show_bug.cgi?id=5579">5579</A>: Would like option to switch to Debug perspective on breakpoi<br>

<h3>
Problem Reports Closed</h3>


</body>
</html>

Back to the top