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