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