In |-[NSXMLElement(GDBpAdditions) base64DecodedValue]|, recursively print objects.
[macgdbp.git] / CHANGES
1 MacGDBp CHANGE LOG
2 ================================================================================
3
4 1.5
5 #####################
6 - New: Now a 64-bit binary (along with x86 and PPC)
7 - Fix: #128 Clicking on the line number will now always set the correct
8 breakpoint
9 - New: #190 Evaluation of arbitrary script/code fragments
10 - New: #168 Recursively display objects and arrays in the variable inspector
11
12
13 1.4.1
14 #####################
15 - Fix: Objects with nested objects wouldn't always load their child keys
16 - Fix: #213 Crash when unchecking "Attached" when the debugger is inactive
17 - Fix: #219 Crash when highlighting source fails
18
19
20 1.4 Beta 2
21 #####################
22 - Fix: After clicking on a stack frame with a virtual file, the debugger front
23 end would hang
24 - Fix: Crash on clicking "Install & Relaunch" from Sparkle
25 - New: #210, #195 Add a "Stop" button to detach the debugger from the current
26 session
27 - New: #209 Drag a file onto the source view in the Breakpoints window to load
28 the contents
29 - Fix: #197 Add a menu item and keyboard shortcut for the "Attached" control
30 - Fix: #208 Variable selection and expansion state not saved across steps
31 - Fix: The attached state is now remembered in preferences
32
33
34 1.4 Beta 1
35 #####################
36 - Change: #164 Upon disconnecting, the program counter line will no longer be
37 highlighted
38 - Fixed: Preferences jumps around when opening
39 - New: #165 "Reconnect" is now removed and instead the debugger is either
40 attached or detached
41 - Change: MacGDBp should no longer become unresponsive while waiting for Xdebug
42 data
43 - Change: MacGDBp should no longer corrupt text data returned from Xdebug
44
45
46 1.3
47 #####################
48 - New: #155 Add a variable inspector to display the full, untruncated value
49 - Change: The Window->Breakpoints (Cmd+Shift+B) will now toggle the visibility
50 - Fix: All breakpoint markers will now be displayed in the active code debugger
51 - New: When stepping through code, the selection in the variable list will be
52 retained
53 - Fix: #160 The code pane could be unpopulated after debugging the same script
54 a subsequent time
55 - Fix: #163 Breakpoints with a space in the pathname would not be set
56 - Fix: Code would not display if the pathname to the file contained a space
57 - Fix: #157 After using the run command, the stack will now be properly updated
58 - New: A preference has been added to disable automatic stepping into the
59 first line of execution
60 - Fix: MacGDBp should no longer throw incomplete packet error messages
61
62
63 1.2.1
64 #####################
65 - Fix: The temporary file used for highlighting source code is now saved as UTF8
66 so files with non-ASCII characters will now be highlighted
67 - Fix: #152 MacGDBp would crash/segfault if you stepped at the end of a script
68 - Change: Updated Sparkle to the latest bzr version
69
70
71 1.2
72 #####################
73 - Change: The "File" column now shows the tail rather than the head of the
74 value, allowing you to see the last part of the path URI
75 - Fix: #129 Debugging files on a remote server will now work if the remote path
76 does not exist on the local debugging client
77 - Change: The debugger will automatically step in to the first frame when the
78 connection is made
79 - New: #147 Show super globals (and variables in other contexts) in the
80 variable viewer
81 - New: Selecting different stack frames will now show the variables for that
82 frame, as opposed to only showing the current frame's variables
83 - New: The breakpoints window will now remember its visible state across
84 application launches
85 - New: #129 Created a path replacements preference panel to make creating
86 breakpoints possible on remote servers
87
88
89 1.1.2
90 #####################
91 - Fix: #140 Saved breakpoints for non-existent files would cause an immediate
92 crash on launch
93 - New: #139 Windows now remember their size and location
94
95
96 1.1.1
97 #####################
98 - Fix: Breakpoints that were removed would come back, multiplied upon relaunch
99 - New: Allow multiple selection of breakpoints
100
101
102 1.1
103 #####################
104 - New: Add preferences that allow changing of the Xdebug IDE key and port number
105 - Change: Improved software updater via Sparkle
106 - Fix: Packets from the Xdebug extension would be incorrectly handled in some
107 situations, causing the display to break or crash
108 - New: #123 Add menu items and keyboard shortcuts for the debugger commands
109 - Fix: Several memory leaks that could, under certain conditions, would cause
110 crashes (thanks to Ciarán Walsh)
111 - Change: #130 If MacGDBp can't highlight the source code, it will default to
112 using just plain text
113 - New: Breakpoints are saved into preferences so that they are recreated at
114 launch time
115
116
117 1.0.1
118 #####################
119 - New: Source code is now highlighted via the PHP binary (thanks Ciarán Walsh)
120 - New: The breakpoints window is now visible on launch
121 - Fixed: #125 Some installations would receive a "Stopping" status that MacGDBp
122 did not handle correctly
123 - Fixed: #125 Crash when adding breakpoints