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