-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Changelog
48 lines (37 loc) · 1.73 KB
/
Changelog
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
Wed Dec 30 12:30:44 UTC 2009 Derick Rethans <[email protected]>
debugger_protocol.txt:
- 8.3 Added the -p parameter to eval and expr, to control which pages are
shown in case the returned property is an array, hash or object with more
than "pagesize" children.
Thu Nov 27 19:48:56 CET 2008 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Clarified the text. (Suggestion by Eric Promislow <[email protected]>).
Sat Jul 14 16:34:53 CEST 2007 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Fixed ReST.
Sat Jul 14 16:34:08 CEST 2007 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Update text after Dave's comments.
Sat Mar 31 20:01:43 CEST 2007 Derick Rethans <[email protected]>
debugger_protocol.txt:
- 7.6.1 Fixed breakpoint_set example and note that the breakpoint types
are listed above and not below.
Fri Jun 09 21:55:56 CEST 2006 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Fixed a typo (thanks for Sean Coates for spotting it)
Tue Jan 24 23:04:47 CET 2006 Derick Rethans <[email protected]>
debugger_protocol.txt:
- 7.2.1 Added a description of the breakpoint_types feature.
Mon Jan 23 20:58:22 CET 2006 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Clarified the behavior of paging regarding depths, and that
paging of arrays/objects/hashes is 0 based.
Wed Nov 03 11:26:23 CET 2004 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Added the undefined type to common data types.
Thu Oct 28 15:06:05 CEST 2004 Derick Rethans <[email protected]>
debugger_protocol.txt:
- Clarified base64 encoding practises.
Fri Oct 22 20:11:44 CEST 2004 Derick Rethans <[email protected]>
:
- Added a Changelog file