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