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