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