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