ruby-breakpoint 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Manifest +38 -35
- data/NEWS +14 -0
- data/README +4 -4
- data/TODO +4 -0
- data/bin/breakpoint_client +1 -212
- data/doc/classes/Binding.html +237 -220
- data/doc/classes/Breakpoint.html +552 -539
- data/doc/classes/Breakpoint/CommandBundle.html +206 -206
- data/doc/classes/Breakpoint/CommandBundle/Client.html +232 -200
- data/doc/classes/Breakpoint/FailedAssertError.html +117 -117
- data/doc/classes/Handlers.html +230 -0
- data/doc/created.rid +1 -1
- data/doc/files/COPYING.html +162 -162
- data/doc/files/NEWS.html +168 -134
- data/doc/files/README.html +154 -153
- data/doc/files/TODO.html +166 -161
- data/doc/files/lib/binding_of_caller_rb.html +100 -100
- data/doc/files/lib/breakpoint_client_rb.html +131 -0
- data/doc/files/lib/breakpoint_rb.html +201 -201
- data/doc/fr_class_index.html +31 -30
- data/doc/fr_file_index.html +32 -31
- data/doc/fr_method_index.html +41 -37
- data/doc/index.html +23 -23
- data/doc/rdoc-style.css +207 -207
- data/lib/binding_of_caller.rb +16 -2
- data/lib/breakpoint.rb +34 -7
- data/lib/breakpoint_client.rb +214 -0
- metadata +63 -57
data/doc/created.rid
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Sun Jun 04 21:20:56 CEST 2006
|
data/doc/files/COPYING.html
CHANGED
@@ -1,163 +1,163 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: COPYING</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>COPYING</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>COPYING
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>Sun
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
<div id="description">
|
72
|
-
<p>
|
73
|
-
ruby-breakpoint is copyrighted free software by Florian Gross
|
74
|
-
<flgr@ccan.de>. You can redistribute it and/or modify it under either
|
75
|
-
the terms of the GPL (see the file GPL), or the conditions below:
|
76
|
-
</p>
|
77
|
-
<pre>
|
78
|
-
1. You may make and give away verbatim copies of the source form of the
|
79
|
-
software without restriction, provided that you duplicate all of the
|
80
|
-
original copyright notices and associated disclaimers.
|
81
|
-
|
82
|
-
2. You may modify your copy of the software in any way, provided that
|
83
|
-
you do at least ONE of the following:
|
84
|
-
|
85
|
-
a) place your modifications in the Public Domain or otherwise
|
86
|
-
make them Freely Available, such as by posting said
|
87
|
-
modifications to Usenet or an equivalent medium, or by allowing
|
88
|
-
the author to include your modifications in the software.
|
89
|
-
|
90
|
-
b) use the modified software only within your corporation or
|
91
|
-
organization.
|
92
|
-
|
93
|
-
c) give non-standard binaries non-standard names, with
|
94
|
-
instructions on where to get the original software distribution.
|
95
|
-
|
96
|
-
d) make other distribution arrangements with the author.
|
97
|
-
|
98
|
-
3. You may distribute the software in object code or binary form,
|
99
|
-
provided that you do at least ONE of the following:
|
100
|
-
|
101
|
-
a) distribute the binaries and library files of the software,
|
102
|
-
together with instructions (in the manual page or equivalent)
|
103
|
-
on where to get the original distribution.
|
104
|
-
|
105
|
-
b) accompany the distribution with the machine-readable source of
|
106
|
-
the software.
|
107
|
-
|
108
|
-
c) give non-standard binaries non-standard names, with
|
109
|
-
instructions on where to get the original software distribution.
|
110
|
-
|
111
|
-
d) make other distribution arrangements with the author.
|
112
|
-
|
113
|
-
4. You may modify and include the part of the software into any other
|
114
|
-
software (possibly commercial). But some files in the distribution
|
115
|
-
are not written by the author, so that they are not under these terms.
|
116
|
-
|
117
|
-
For the list of those files and their copying conditions, see the
|
118
|
-
file LEGAL.
|
119
|
-
|
120
|
-
5. The scripts and library files supplied as input to or produced as
|
121
|
-
output from the software do not automatically fall under the
|
122
|
-
copyright of the software, but belong to whomever generated them,
|
123
|
-
and may be sold commercially, and may be aggregated with this
|
124
|
-
software.
|
125
|
-
|
126
|
-
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
127
|
-
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
128
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
129
|
-
PURPOSE.
|
130
|
-
</pre>
|
131
|
-
|
132
|
-
</div>
|
133
|
-
|
134
|
-
|
135
|
-
</div>
|
136
|
-
|
137
|
-
|
138
|
-
</div>
|
139
|
-
|
140
|
-
|
141
|
-
<!-- if includes -->
|
142
|
-
|
143
|
-
<div id="section">
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
<!-- if method_list -->
|
153
|
-
|
154
|
-
|
155
|
-
</div>
|
156
|
-
|
157
|
-
|
158
|
-
<div id="validator-badges">
|
159
|
-
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
160
|
-
</div>
|
161
|
-
|
162
|
-
</body>
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>File: COPYING</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="fileHeader">
|
50
|
+
<h1>COPYING</h1>
|
51
|
+
<table class="header-table">
|
52
|
+
<tr class="top-aligned-row">
|
53
|
+
<td><strong>Path:</strong></td>
|
54
|
+
<td>COPYING
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
<tr class="top-aligned-row">
|
58
|
+
<td><strong>Last Update:</strong></td>
|
59
|
+
<td>Sun Jun 04 18:11:44 CEST 2006</td>
|
60
|
+
</tr>
|
61
|
+
</table>
|
62
|
+
</div>
|
63
|
+
<!-- banner header -->
|
64
|
+
|
65
|
+
<div id="bodyContent">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<div id="contextContent">
|
70
|
+
|
71
|
+
<div id="description">
|
72
|
+
<p>
|
73
|
+
ruby-breakpoint is copyrighted free software by Florian Gross
|
74
|
+
<flgr@ccan.de>. You can redistribute it and/or modify it under either
|
75
|
+
the terms of the GPL (see the file GPL), or the conditions below:
|
76
|
+
</p>
|
77
|
+
<pre>
|
78
|
+
1. You may make and give away verbatim copies of the source form of the
|
79
|
+
software without restriction, provided that you duplicate all of the
|
80
|
+
original copyright notices and associated disclaimers.
|
81
|
+
|
82
|
+
2. You may modify your copy of the software in any way, provided that
|
83
|
+
you do at least ONE of the following:
|
84
|
+
|
85
|
+
a) place your modifications in the Public Domain or otherwise
|
86
|
+
make them Freely Available, such as by posting said
|
87
|
+
modifications to Usenet or an equivalent medium, or by allowing
|
88
|
+
the author to include your modifications in the software.
|
89
|
+
|
90
|
+
b) use the modified software only within your corporation or
|
91
|
+
organization.
|
92
|
+
|
93
|
+
c) give non-standard binaries non-standard names, with
|
94
|
+
instructions on where to get the original software distribution.
|
95
|
+
|
96
|
+
d) make other distribution arrangements with the author.
|
97
|
+
|
98
|
+
3. You may distribute the software in object code or binary form,
|
99
|
+
provided that you do at least ONE of the following:
|
100
|
+
|
101
|
+
a) distribute the binaries and library files of the software,
|
102
|
+
together with instructions (in the manual page or equivalent)
|
103
|
+
on where to get the original distribution.
|
104
|
+
|
105
|
+
b) accompany the distribution with the machine-readable source of
|
106
|
+
the software.
|
107
|
+
|
108
|
+
c) give non-standard binaries non-standard names, with
|
109
|
+
instructions on where to get the original software distribution.
|
110
|
+
|
111
|
+
d) make other distribution arrangements with the author.
|
112
|
+
|
113
|
+
4. You may modify and include the part of the software into any other
|
114
|
+
software (possibly commercial). But some files in the distribution
|
115
|
+
are not written by the author, so that they are not under these terms.
|
116
|
+
|
117
|
+
For the list of those files and their copying conditions, see the
|
118
|
+
file LEGAL.
|
119
|
+
|
120
|
+
5. The scripts and library files supplied as input to or produced as
|
121
|
+
output from the software do not automatically fall under the
|
122
|
+
copyright of the software, but belong to whomever generated them,
|
123
|
+
and may be sold commercially, and may be aggregated with this
|
124
|
+
software.
|
125
|
+
|
126
|
+
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
127
|
+
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
128
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
129
|
+
PURPOSE.
|
130
|
+
</pre>
|
131
|
+
|
132
|
+
</div>
|
133
|
+
|
134
|
+
|
135
|
+
</div>
|
136
|
+
|
137
|
+
|
138
|
+
</div>
|
139
|
+
|
140
|
+
|
141
|
+
<!-- if includes -->
|
142
|
+
|
143
|
+
<div id="section">
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
|
152
|
+
<!-- if method_list -->
|
153
|
+
|
154
|
+
|
155
|
+
</div>
|
156
|
+
|
157
|
+
|
158
|
+
<div id="validator-badges">
|
159
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
160
|
+
</div>
|
161
|
+
|
162
|
+
</body>
|
163
163
|
</html>
|
data/doc/files/NEWS.html
CHANGED
@@ -1,135 +1,169 @@
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
|
6
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
-
<head>
|
8
|
-
<title>File: NEWS</title>
|
9
|
-
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
-
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
-
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
-
<script type="text/javascript">
|
13
|
-
// <![CDATA[
|
14
|
-
|
15
|
-
function popupCode( url ) {
|
16
|
-
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
-
}
|
18
|
-
|
19
|
-
function toggleCode( id ) {
|
20
|
-
if ( document.getElementById )
|
21
|
-
elem = document.getElementById( id );
|
22
|
-
else if ( document.all )
|
23
|
-
elem = eval( "document.all." + id );
|
24
|
-
else
|
25
|
-
return false;
|
26
|
-
|
27
|
-
elemStyle = elem.style;
|
28
|
-
|
29
|
-
if ( elemStyle.display != "block" ) {
|
30
|
-
elemStyle.display = "block"
|
31
|
-
} else {
|
32
|
-
elemStyle.display = "none"
|
33
|
-
}
|
34
|
-
|
35
|
-
return true;
|
36
|
-
}
|
37
|
-
|
38
|
-
// Make codeblocks hidden by default
|
39
|
-
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
-
|
41
|
-
// ]]>
|
42
|
-
</script>
|
43
|
-
|
44
|
-
</head>
|
45
|
-
<body>
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
<div id="fileHeader">
|
50
|
-
<h1>NEWS</h1>
|
51
|
-
<table class="header-table">
|
52
|
-
<tr class="top-aligned-row">
|
53
|
-
<td><strong>Path:</strong></td>
|
54
|
-
<td>NEWS
|
55
|
-
</td>
|
56
|
-
</tr>
|
57
|
-
<tr class="top-aligned-row">
|
58
|
-
<td><strong>Last Update:</strong></td>
|
59
|
-
<td>
|
60
|
-
</tr>
|
61
|
-
</table>
|
62
|
-
</div>
|
63
|
-
<!-- banner header -->
|
64
|
-
|
65
|
-
<div id="bodyContent">
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
<div id="contextContent">
|
70
|
-
|
71
|
-
<div id="description">
|
72
|
-
<h1>NEWS</h1>
|
73
|
-
<p>
|
74
|
-
This file sums up important changes that happened between releases.
|
75
|
-
</p>
|
76
|
-
<h2>ruby-breakpoint 0.5.
|
77
|
-
<ul>
|
78
|
-
<li>
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
</li>
|
89
|
-
<li>
|
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
|
-
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
2
|
+
<!DOCTYPE html
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
7
|
+
<head>
|
8
|
+
<title>File: NEWS</title>
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
12
|
+
<script type="text/javascript">
|
13
|
+
// <![CDATA[
|
14
|
+
|
15
|
+
function popupCode( url ) {
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
17
|
+
}
|
18
|
+
|
19
|
+
function toggleCode( id ) {
|
20
|
+
if ( document.getElementById )
|
21
|
+
elem = document.getElementById( id );
|
22
|
+
else if ( document.all )
|
23
|
+
elem = eval( "document.all." + id );
|
24
|
+
else
|
25
|
+
return false;
|
26
|
+
|
27
|
+
elemStyle = elem.style;
|
28
|
+
|
29
|
+
if ( elemStyle.display != "block" ) {
|
30
|
+
elemStyle.display = "block"
|
31
|
+
} else {
|
32
|
+
elemStyle.display = "none"
|
33
|
+
}
|
34
|
+
|
35
|
+
return true;
|
36
|
+
}
|
37
|
+
|
38
|
+
// Make codeblocks hidden by default
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
40
|
+
|
41
|
+
// ]]>
|
42
|
+
</script>
|
43
|
+
|
44
|
+
</head>
|
45
|
+
<body>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
<div id="fileHeader">
|
50
|
+
<h1>NEWS</h1>
|
51
|
+
<table class="header-table">
|
52
|
+
<tr class="top-aligned-row">
|
53
|
+
<td><strong>Path:</strong></td>
|
54
|
+
<td>NEWS
|
55
|
+
</td>
|
56
|
+
</tr>
|
57
|
+
<tr class="top-aligned-row">
|
58
|
+
<td><strong>Last Update:</strong></td>
|
59
|
+
<td>Sun Jun 04 18:24:42 CEST 2006</td>
|
60
|
+
</tr>
|
61
|
+
</table>
|
62
|
+
</div>
|
63
|
+
<!-- banner header -->
|
64
|
+
|
65
|
+
<div id="bodyContent">
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<div id="contextContent">
|
70
|
+
|
71
|
+
<div id="description">
|
72
|
+
<h1>NEWS</h1>
|
73
|
+
<p>
|
74
|
+
This file sums up important changes that happened between releases.
|
75
|
+
</p>
|
76
|
+
<h2>ruby-breakpoint 0.5.1</h2>
|
77
|
+
<ul>
|
78
|
+
<li>Moved functionality of bin/breakpoint_client to lib/breakpoint_client.rb
|
79
|
+
and changed it so that it will respect previously set Options. (Should make
|
80
|
+
it easier for other libraries to integrate ruby-breakpoint with custom
|
81
|
+
options.)
|
82
|
+
|
83
|
+
</li>
|
84
|
+
<li>Fixed trouble with .irbrc on remote breakpoint server when calling
|
85
|
+
DRb.activate_drb (see <a
|
86
|
+
href="http://dev.rubyonrails.com/ticket/803">dev.rubyonrails.com/ticket/803</a>)
|
87
|
+
|
88
|
+
</li>
|
89
|
+
<li>Fixed client.y not working (Need to undef DRbObject#to_yaml)
|
90
|
+
|
91
|
+
</li>
|
92
|
+
<li>Fixed client << 5 and similar not working
|
93
|
+
|
94
|
+
</li>
|
95
|
+
<li>Fixed client.require not working with some RubyGems versions
|
96
|
+
|
97
|
+
</li>
|
98
|
+
<li>WorkSpace#evaluate no longer extends strings and numerics with DRbUndumped
|
99
|
+
(Works around "DRb::DRbObject#to_str should return String" style
|
100
|
+
bugs)
|
101
|
+
|
102
|
+
</li>
|
103
|
+
<li>Documented bug in <a
|
104
|
+
href="../classes/Binding.html#M000003">Binding.of_caller</a>() that causes
|
105
|
+
<a href="../classes/Breakpoint.html#M000007">Breakpoint.breakpoint</a>() to
|
106
|
+
have a wrong object context. breakpoint() works correctly.
|
107
|
+
|
108
|
+
</li>
|
109
|
+
</ul>
|
110
|
+
<h2>ruby-breakpoint 0.5.0</h2>
|
111
|
+
<ul>
|
112
|
+
<li>breakpoint_client has better logic for guessing the client-uri
|
113
|
+
automatically. This ought to fix connection errors that were happening
|
114
|
+
because the client service was bound to the wrong network interface.
|
115
|
+
|
116
|
+
</li>
|
117
|
+
<li>Traced down the origin of SecurityError problems to a bug in Ruby 1.8.1 and
|
118
|
+
early 1.8.2 releases. If you’re experiencing this you can usually fix
|
119
|
+
it by compiling the Ruby 1.8.2 available from ruby-lang.org. See the FAQ on
|
120
|
+
the homepage for more information on this.
|
121
|
+
|
122
|
+
</li>
|
123
|
+
<li>Support for drbunix:/ URIs — this allows communication via files on
|
124
|
+
Unix based platforms. It is more secure than ACLs + socket communication on
|
125
|
+
shared hosts.
|
126
|
+
|
127
|
+
</li>
|
128
|
+
<li>Fixed a bug in <a
|
129
|
+
href="../classes/Breakpoint.html#M000010">Breakpoint.deactivate_drb</a>
|
130
|
+
that was happening when calling it from the breakpoint IRB session.
|
131
|
+
|
132
|
+
</li>
|
133
|
+
<li>Improved documentation in a few minor areas.
|
134
|
+
|
135
|
+
</li>
|
136
|
+
</ul>
|
137
|
+
|
138
|
+
</div>
|
139
|
+
|
140
|
+
|
141
|
+
</div>
|
142
|
+
|
143
|
+
|
144
|
+
</div>
|
145
|
+
|
146
|
+
|
147
|
+
<!-- if includes -->
|
148
|
+
|
149
|
+
<div id="section">
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
<!-- if method_list -->
|
159
|
+
|
160
|
+
|
161
|
+
</div>
|
162
|
+
|
163
|
+
|
164
|
+
<div id="validator-badges">
|
165
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
166
|
+
</div>
|
167
|
+
|
168
|
+
</body>
|
135
169
|
</html>
|