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