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