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