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