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