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